summaryrefslogtreecommitdiff
path: root/community/freedroid
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
committerroot <root@rshg054.dnsready.net>2013-08-13 01:33:19 -0700
commit7a65a910b77ad191d69881098c47f9b0c852d92e (patch)
tree9564e611af1442f8952a8cbddb3b0ad25ed71aab /community/freedroid
parent60da6abff6c9577a783d72865f11de7a585e912e (diff)
Tue Aug 13 01:31:08 PDT 2013
Diffstat (limited to 'community/freedroid')
-rw-r--r--community/freedroid/PKGBUILD32
-rw-r--r--community/freedroid/freedroid.desktop8
-rw-r--r--community/freedroid/paraicon.pngbin0 -> 1000 bytes
3 files changed, 40 insertions, 0 deletions
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD
new file mode 100644
index 000000000..ee93c4c3c
--- /dev/null
+++ b/community/freedroid/PKGBUILD
@@ -0,0 +1,32 @@
+# $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=8
+pkgdesc="a clone of the classic game 'Paradroid' on Commodore 64"
+arch=('i686' 'x86_64')
+url="http://freedroid.sourceforge.net/"
+license=('GPL')
+depends=('glibc' 'sdl_image' 'sdl_mixer')
+source=(http://downloads.sourceforge.net/sourceforge/freedroid/$pkgname-$pkgver.tar.gz
+ freedroid.desktop
+ paraicon.png)
+md5sums=('585a65f61c2cd308ab45d5c514f695dc'
+ 'e4a34f00f1cd983331999022569f2b57'
+ '68a11e92695978a9aac58cc21a4899db')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./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 {} \;
+}
diff --git a/community/freedroid/freedroid.desktop b/community/freedroid/freedroid.desktop
new file mode 100644
index 000000000..4abe39f7a
--- /dev/null
+++ b/community/freedroid/freedroid.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=FreeDroid
+Comment=An SDL Paranoid(c) clone game
+Exec=freedroid
+Icon=paraicon
+Terminal=false
+Type=Application
+Categories=Game;Arcade;
diff --git a/community/freedroid/paraicon.png b/community/freedroid/paraicon.png
new file mode 100644
index 000000000..09e7c9128
--- /dev/null
+++ b/community/freedroid/paraicon.png
Binary files differ