summaryrefslogtreecommitdiff
path: root/community/freedroid
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/freedroid
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'community/freedroid')
-rw-r--r--community/freedroid/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD
index 06284b695..1714504ac 100644
--- a/community/freedroid/PKGBUILD
+++ b/community/freedroid/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 65021 2012-02-20 01:59:37Z spupykin $
+# $Id: PKGBUILD 65289 2012-02-20 15:20:33Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=freedroid
pkgver=1.0.2
-pkgrel=6
+pkgrel=8
pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64"
arch=('i686' 'x86_64' 'mips64el')
url="http://freedroid.sourceforge.net/"
@@ -18,13 +18,14 @@ md5sums=('585a65f61c2cd308ab45d5c514f695dc'
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --mandir=/usr/share
+ ./configure --prefix=/usr --mandir=/usr/share/man
make
make DESTDIR=$pkgdir install
install -Dm0644 $srcdir/paraicon.png $pkgdir/usr/share/icons/paraicon.png
install -Dm0644 $srcdir/freedroid.desktop $pkgdir/usr/share/applications/freedroid.desktop
rm -rf $pkgdir/usr/share/freedroid/mac-osx
+ rm -rf $pkgdir/usr/share/freedroid/freedroid.6
find $pkgdir/usr/share/freedroid -type f -name Makefile -exec rm -f {} \;
find $pkgdir/usr/share/freedroid -type f -name Makefile.in -exec rm -f {} \;
find $pkgdir/usr/share/freedroid -type f -name Makefile.am -exec rm -f {} \;