summaryrefslogtreecommitdiff
path: root/community/simgear
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-12-27 23:55:53 +0000
commit65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 (patch)
treefbfdff322b28d9a3c37e6e31c94caf1d8e48dac1 /community/simgear
parentd53c44f055929b18d7d1b25f8367ee5836c435fc (diff)
Fri Dec 27 23:54:04 UTC 2013
Diffstat (limited to 'community/simgear')
-rw-r--r--community/simgear/PKGBUILD17
1 files changed, 5 insertions, 12 deletions
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD
index 369c7daaf..83df26b44 100644
--- a/community/simgear/PKGBUILD
+++ b/community/simgear/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 100283 2013-11-02 08:49:11Z spupykin $
+# $Id: PKGBUILD 101482 2013-11-26 11:05:38Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: William Rea <sillywilly@gmail.com>
# Contributor: Hans Janssen <hans@janserv.xs4all.nl>
pkgname=simgear
-pkgver=2.12.0
+pkgver=2.12.1
pkgrel=2
pkgdesc="A set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications."
arch=(i686 x86_64)
@@ -13,17 +13,10 @@ makedepends=('boost' 'cmake' 'mesa')
license=("GPL")
#url="http://www.simgear.org"
url="https://gitorious.org/fg"
-options=('!makeflags')
+options=('!makeflags' 'staticlibs')
#source=("SimGear-$pkgver.tar.gz::https://gitorious.org/fg/simgear/archive-tarball/release/$pkgver")
-source=("http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2"
- "osg-3.2.patch")
-md5sums=('dfc752f4759a2f795b7cdc9dad28411e'
- 'd7f35f02d88c6ef9c58e07b8431811e6')
-
-prepare() {
- cd $srcdir/simgear-$pkgver
-# patch -p1 <$srcdir/osg-3.2.patch
-}
+source=("http://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/simgear-$pkgver.tar.bz2")
+md5sums=('8c483e13bce96f1dc27300a087fdb962')
build() {
cd $srcdir/simgear-$pkgver