summaryrefslogtreecommitdiff
path: root/community/simgear/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/simgear/PKGBUILD')
-rw-r--r--community/simgear/PKGBUILD11
1 files changed, 5 insertions, 6 deletions
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD
index 4db428d90..c9f376a5a 100644
--- a/community/simgear/PKGBUILD
+++ b/community/simgear/PKGBUILD
@@ -1,27 +1,26 @@
-# $Id: PKGBUILD 59088 2011-11-21 09:41:13Z spupykin $
+# $Id: PKGBUILD 65170 2012-02-20 07:11:09Z 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.4.0
+pkgver=2.6.0
pkgrel=1
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')
-makedepends=('boost')
+makedepends=('boost' 'cmake')
license=("GPL")
#url="http://www.simgear.org"
url="https://gitorious.org/fg"
options=('!makeflags')
#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")
-md5sums=('31f4ce7254a43229f050a8f86d6966ef')
+md5sums=('24a368754d10e50d7f3ec00f93891a89')
build() {
cd $srcdir/simgear-$pkgver
- [ -x configure ] || ./autogen.sh
- [ -f Makefile ] || ./configure --prefix=/usr
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib .
make
}