summaryrefslogtreecommitdiff
path: root/community-testing/flightgear
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-08-16 14:12:41 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-08-16 14:12:41 +0000
commit3abfc1ebef5936241997dd882938581c91743ee9 (patch)
tree2115f0512eb82f91f0a536d20631bed8eb37f47a /community-testing/flightgear
parentea595018ba8ae00d7030ff296ec4f50e122d2ea9 (diff)
Tue Aug 16 14:12:40 UTC 2011
Diffstat (limited to 'community-testing/flightgear')
-rw-r--r--community-testing/flightgear/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community-testing/flightgear/PKGBUILD b/community-testing/flightgear/PKGBUILD
deleted file mode 100644
index 439e47c9c..000000000
--- a/community-testing/flightgear/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 54030 2011-08-11 23:28:19Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: William Rea <sillywilly@gmail.com>
-# Contributor: Hans Janssen <hans@janserv.xs4all.nl>
-
-pkgname=flightgear
-pkgver=2.4.0
-pkgrel=1
-pkgdesc="An open-source, multi-platform flight simulator"
-arch=(i686 x86_64)
-depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion') # 'flightgear-data')
-makedepends=('boost')
-license=("GPL")
-url="http://www.flightgear.org"
-options=('!makeflags')
-source=("$pkgname-$pkgver.tar.gz::https://gitorious.org/fg/flightgear/archive-tarball/release/$pkgver")
-md5sums=('eb8d1ed8b1de5f1ac7926c9d0c2f37f8')
-
-build() {
- cd $srcdir/fg-flightgear
-# [ $NOEXTRACT -eq 1 ] || find -name \*.c\* -exec sed -i '1,2i#include <stdio.h>' {} \;
-# [ $NOEXTRACT -eq 1 ] || find -name \*.c\* -exec sed -i '1,2i#include <GL/glu.h>' {} \;
- [ -x configure ] || ./autogen.sh
- [ -f Makefile ] || ./configure --prefix=/usr
- make
-}
-
-package() {
- depends=('simgear' 'libxmu' 'libxi' 'zlib' 'openscenegraph' 'subversion' 'flightgear-data')
- cd $srcdir/fg-flightgear
- make DESTDIR=$pkgdir install
-}