summaryrefslogtreecommitdiff
path: root/community/xpacman2
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-03-16 10:34:49 +0100
commitf24ad15758f8eebcc46cb0c210f888491869d3f0 (patch)
tree85c74dd33e056502de7a306161d28f5b15b274c2 /community/xpacman2
parent5f4568c7f7ba204bc047d2c74a5721f23024b339 (diff)
parent636ce8849a9c82c1787c2919ffcfe6685cb799d3 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/chmsee/PKGBUILD community/darkstat/PKGBUILD community/dbmail/PKGBUILD community/dvdisaster/PKGBUILD community/epic4/PKGBUILD community/fb-client/PKGBUILD community/fcrackzip/PKGBUILD community/fdupes/PKGBUILD community/flobopuyo/PKGBUILD community/intel-tbb/PKGBUILD community/openbsd-netcat/PKGBUILD community/sunpinyin/PKGBUILD community/tinc/PKGBUILD community/uudeview/PKGBUILD community/zathura/PKGBUILD core/libedit/PKGBUILD core/mkinitcpio-busybox/PKGBUILD core/openssl/PKGBUILD core/util-linux/PKGBUILD extra/lua/PKGBUILD gnome-unstable/pidgin/PKGBUILD testing/openssl/PKGBUILD testing/sudo/PKGBUILD testing/udev/PKGBUILD testing/util-linux/PKGBUILD
Diffstat (limited to 'community/xpacman2')
-rw-r--r--community/xpacman2/PKGBUILD20
1 files changed, 8 insertions, 12 deletions
diff --git a/community/xpacman2/PKGBUILD b/community/xpacman2/PKGBUILD
index 48034026b..17d28aa69 100644
--- a/community/xpacman2/PKGBUILD
+++ b/community/xpacman2/PKGBUILD
@@ -1,29 +1,25 @@
-# $Id: PKGBUILD 17713 2010-05-24 20:46:58Z spupykin $
+# $Id: PKGBUILD 67641 2012-03-13 15:00:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xpacman2
pkgver=1.002
-_xpkgver=1_002
-pkgrel=3
+pkgrel=4
pkgdesc="another X pacman game"
arch=('i686' 'x86_64' 'mips64el')
url="ftp://ftp.nvg.unit.no/pub/pacman/"
license=('GPL')
depends=(libx11 ncurses gcc-libs)
makedepends=()
-source=(ftp://ftp.nvg.unit.no/pub/pacman/pacman-$_xpkgver.tar.gz \
+source=(ftp://ftp.nvg.unit.no/pub/pacman/pacman-${pkgver/./_}.tar.gz
build-fix.patch)
-md5sums=('afcbc268d1eff6ea3a834c7a5f715f77' '4faf33134a2a74f284059a2971833fa1')
-noextract=()
+md5sums=('afcbc268d1eff6ea3a834c7a5f715f77'
+ '4faf33134a2a74f284059a2971833fa1')
build() {
- cd $srcdir/pacman-$_xpkgver
-
+ cd $srcdir/pacman-${pkgver/./_}
patch -Np1 <../build-fix.patch
-
./configure --prefix=/usr
- make || return 1
- make DESTDIR=$pkgdir install || return 1
-
+ make
+ make DESTDIR=$pkgdir install
(cd $pkgdir/usr/bin/ && mv pacman xpacman2)
}