summaryrefslogtreecommitdiff
path: root/community/simgear
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-29 23:10:39 +0000
committerroot <root@rshg047.dnsready.net>2011-06-29 23:10:39 +0000
commit5e8a6a470237711ad18f12dde87deea6f2b8b0e0 (patch)
tree438c05155823f16b71f4277fef949610bf6fe826 /community/simgear
parent108636e69eaeef67f4e7263c7f26105e25979e89 (diff)
Wed Jun 29 23:10:38 UTC 2011
Diffstat (limited to 'community/simgear')
-rw-r--r--community/simgear/PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD
index 3e745df7f..1aac5c75d 100644
--- a/community/simgear/PKGBUILD
+++ b/community/simgear/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 15902 2010-04-17 20:44:11Z spupykin $
+# $Id: PKGBUILD 50327 2011-06-28 11:35:39Z 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.0.0
-pkgrel=2
+pkgrel=3
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)
depends=('glut' 'freealut' 'plib' 'openscenegraph')
@@ -19,6 +19,10 @@ md5sums=('414bea545ea1e8ce17e4aa0809159cec')
build() {
cd $startdir/src/SimGear-$pkgver
./configure --prefix=/usr
- make || return 1
+ make
+}
+
+package() {
+ cd $startdir/src/SimGear-$pkgver
make DESTDIR=$startdir/pkg install
}