summaryrefslogtreecommitdiff
path: root/community/gl-117/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/gl-117/PKGBUILD')
-rw-r--r--community/gl-117/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/gl-117/PKGBUILD b/community/gl-117/PKGBUILD
index 6dd2488b9..6ef9967af 100644
--- a/community/gl-117/PKGBUILD
+++ b/community/gl-117/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 77641 2012-10-13 11:43:14Z allan $
+# $Id: PKGBUILD 114009 2014-07-01 12:18:14Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: andrewski
pkgname=gl-117
pkgver=1.3.2
-pkgrel=6
+pkgrel=7
pkgdesc="An action flight simulator"
arch=('i686' 'x86_64')
url="http://www.heptargon.de/gl-117/gl-117.html"
@@ -23,6 +23,10 @@ build() {
# but it wouldn't work otherwise. The devs have been contacted.
LDFLAGS="-lX11 -lXi -lXmu" ./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/gl-117-$pkgver-src
make DESTDIR=$pkgdir install
install -D -m0644 $srcdir/gl-117.desktop $pkgdir/usr/share/applications/gl-117.desktop
install -D -m0644 $srcdir/gl-117.png $pkgdir/usr/share/pixmaps/gl-117.png