summaryrefslogtreecommitdiff
path: root/community/xpacman2
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-07-02 03:51:56 +0000
commit35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch)
tree0a936fac74a00270ec2c07d3a37a63e79dd80999 /community/xpacman2
parent88933a383866089c23f6d62783a6a24ab211e872 (diff)
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'community/xpacman2')
-rw-r--r--community/xpacman2/PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/community/xpacman2/PKGBUILD b/community/xpacman2/PKGBUILD
index 15ab053ba..eddfd53dd 100644
--- a/community/xpacman2/PKGBUILD
+++ b/community/xpacman2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 67641 2012-03-13 15:00:04Z spupykin $
+# $Id: PKGBUILD 114484 2014-07-01 16:41:28Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xpacman2
pkgver=1.002
-pkgrel=4
+pkgrel=5
pkgdesc="another X pacman game"
arch=('i686' 'x86_64')
url="ftp://ftp.nvg.unit.no/pub/pacman/"
@@ -20,6 +20,10 @@ build() {
patch -Np1 <../build-fix.patch
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/pacman-${pkgver/./_}
make DESTDIR=$pkgdir install
(cd $pkgdir/usr/bin/ && mv pacman xpacman2)
}