summaryrefslogtreecommitdiff
path: root/community/freedroid/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-21 11:26:12 -0300
commitc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch)
tree8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/freedroid/PKGBUILD
parenta05bf04c686ff44fc6c12fbe774d65032b74c55d (diff)
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/6tunnel/PKGBUILD community/chrootuid/PKGBUILD community/cpulimit/PKGBUILD community/cutter/PKGBUILD community/darkhttpd/PKGBUILD community/darkstat/PKGBUILD community/datemath/PKGBUILD community/delegate/PKGBUILD community/dfm/PKGBUILD community/freedroid/PKGBUILD community/parano/PKGBUILD community/pyvorbis/PKGBUILD community/scrotwm/PKGBUILD extra/antlr2/PKGBUILD extra/live-media/PKGBUILD extra/mono-zeroconf/PKGBUILD extra/vlc/PKGBUILD
Diffstat (limited to 'community/freedroid/PKGBUILD')
-rw-r--r--community/freedroid/PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD
index 96df08516..06284b695 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.1
+pkgrel=6
pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64"
arch=('i686' 'x86_64' 'mips64el')
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 {} \;
}