diff options
author | root <root@rshg054.dnsready.net> | 2011-11-23 23:15:26 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-23 23:15:26 +0000 |
commit | 1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef (patch) | |
tree | 070846cb6770ab17d394d88c3f0cd3ad3eb89842 /community/simgear | |
parent | 851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff) |
Wed Nov 23 23:15:26 UTC 2011
Diffstat (limited to 'community/simgear')
-rw-r--r-- | community/simgear/PKGBUILD | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/community/simgear/PKGBUILD b/community/simgear/PKGBUILD index 970dbf82b..4db428d90 100644 --- a/community/simgear/PKGBUILD +++ b/community/simgear/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 54019 2011-08-11 20:22:33Z spupykin $ +# $Id: PKGBUILD 59088 2011-11-21 09:41:13Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: William Rea <sillywilly@gmail.com> # Contributor: Hans Janssen <hans@janserv.xs4all.nl> @@ -14,20 +14,18 @@ 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" - build-fix.patch) -md5sums=('e2c6fab13a74cd42992f8cfd5ad46cde' - '905a05cc1364c067b3b9574d41cef7fa') +#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') build() { - cd $srcdir/fg-simgear -# patch -p1 <$srcdir/build-fix.patch + cd $srcdir/simgear-$pkgver [ -x configure ] || ./autogen.sh [ -f Makefile ] || ./configure --prefix=/usr make } package() { - cd $srcdir/fg-simgear + cd $srcdir/simgear-$pkgver make DESTDIR=$pkgdir install } |