diff options
Diffstat (limited to 'community/glob2')
-rw-r--r-- | community/glob2/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/glob2/PKGBUILD b/community/glob2/PKGBUILD index 7450664dc..3d9858279 100644 --- a/community/glob2/PKGBUILD +++ b/community/glob2/PKGBUILD @@ -1,10 +1,11 @@ -# $Id: PKGBUILD 83251 2013-01-28 16:49:37Z stephane $ +# $Id: PKGBUILD 83780 2013-02-05 07:28:52Z arodseth $ +# Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jaroslaw Swierczynski <swiergot@aur.archlinux.org> # Contributor: Roman Kyrylych <Roman.Kyrylych@gmail.com> pkgname=glob2 pkgver=0.9.4.4 -pkgrel=14 +pkgrel=15 pkgdesc='RTS game which minimizes micro-management by automatically assigning tasks to units' arch=('x86_64' 'i686' 'mips64el') url='http://www.globulation2.org/' @@ -23,15 +24,15 @@ build() { patch -Np0 -i "$srcdir/glob2-0.9.4.1-gcc44.patch" scons \ - BINDIR="$pkgdir/usr/bin" \ - INSTALLDIR="$pkgdir/usr/share" \ LINKFLAGS="-lboost_system" } package () { cd "$srcdir/$pkgname-$pkgver" - scons install + scons install \ + BINDIR="$pkgdir/usr/bin" \ + INSTALLDIR="$pkgdir/usr/share" find "$pkgdir/usr/share" -type f -exec chmod 644 '{}' \; install -Dm644 data/icons/glob2-icon-48x48.png \ "$pkgdir/usr/share/pixmaps/glob2-icon-48x48.png" |