diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/gl-117 | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/gl-117')
-rw-r--r-- | community/gl-117/PKGBUILD | 8 |
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 |