diff options
author | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-21 23:15:10 +0000 |
commit | 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch) | |
tree | 5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/simgear/PKGBUILD | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/simgear/PKGBUILD')
-rw-r--r-- | community/simgear/PKGBUILD | 11 |
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 } |