summaryrefslogtreecommitdiff
path: root/community/freedroid
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
committerroot <root@rshg054.dnsready.net>2012-02-20 23:15:21 +0000
commit11484c032f8c236b2044e715a9a3b28e33f65598 (patch)
treeec2f7c7ad850a191e3ef6cf1bcb03a6468744f1c /community/freedroid
parent1a09ca56e4f37ac4e995c924c649ede71a5c82aa (diff)
Mon Feb 20 23:15:21 UTC 2012
Diffstat (limited to 'community/freedroid')
-rw-r--r--community/freedroid/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD
index 8b3a38bcf..39c239357 100644
--- a/community/freedroid/PKGBUILD
+++ b/community/freedroid/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 54653 2011-08-22 14:49:55Z spupykin $
+# $Id: PKGBUILD 65021 2012-02-20 01:59:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=freedroid
pkgver=1.0.2
-pkgrel=5
+pkgrel=6
pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64"
arch=('i686' 'x86_64')
url="http://freedroid.sourceforge.net/"
@@ -23,4 +23,9 @@ build() {
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
+ 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 {} \;
}