summaryrefslogtreecommitdiff
path: root/community/gtkballs/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
committerroot <root@rshg054.dnsready.net>2012-02-22 23:15:20 +0000
commit1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (patch)
tree803d7c2e3ac59d0ba8ac74c1b2a6dc6167937631 /community/gtkballs/PKGBUILD
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Wed Feb 22 23:15:20 UTC 2012
Diffstat (limited to 'community/gtkballs/PKGBUILD')
-rw-r--r--community/gtkballs/PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/gtkballs/PKGBUILD b/community/gtkballs/PKGBUILD
index 7dad82a94..530a1e782 100644
--- a/community/gtkballs/PKGBUILD
+++ b/community/gtkballs/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 18289 2010-06-02 16:56:19Z spupykin $
+# $Id: PKGBUILD 65548 2012-02-21 08:52:00Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jacek Poplawski <jacekpoplawski@gmail.com>
pkgname=gtkballs
pkgver=3.1.5
-pkgrel=4
+pkgrel=5
pkgdesc="clone of Lines - logic game about balls"
arch=('i686' 'x86_64')
url="http://gtkballs.antex.ru/"
@@ -16,13 +16,11 @@ md5sums=('1654799db1e9a46607b06f7ad3c0bf05')
build() {
cd $srcdir/$pkgname-$pkgver
-
./configure --prefix=/usr \
--localstatedir=/var/games/gtkballs \
--mandir=/usr/share/man
- make || return 1
- make install DESTDIR=$pkgdir || return 1
-
- chown -R root:games $pkgdir/var/games/gtkballs/ && \
+ make
+ make install DESTDIR=$pkgdir
+ chown -R root:games $pkgdir/var/games/gtkballs/
chmod -R ug+w $pkgdir/var/games/gtkballs/
}