From 1f55cedf5ea357497d2a98eb2be78d8dab4a9665 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 21 Feb 2012 23:15:10 +0000 Subject: Tue Feb 21 23:15:10 UTC 2012 --- community/simgear/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'community/simgear') 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 # Maintainer: William Rea # Contributor: Hans Janssen 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 } -- cgit v1.2.3-54-g00ecf