diff options
author | root <root@rshg054.dnsready.net> | 2011-08-23 23:14:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-23 23:14:30 +0000 |
commit | 9254c2bc6500471b22eead69781ddef84f87e2bf (patch) | |
tree | c4afa4b28422f98d69f9b2594705e164e8c3049c /community/freedroid | |
parent | 64e290184042563a240e2d6d15c02e06703d00ee (diff) |
Tue Aug 23 23:14:30 UTC 2011
Diffstat (limited to 'community/freedroid')
-rw-r--r-- | community/freedroid/PKGBUILD | 22 | ||||
-rw-r--r-- | community/freedroid/freedroid.desktop | 8 | ||||
-rw-r--r-- | community/freedroid/paraicon.png | bin | 0 -> 1000 bytes |
3 files changed, 22 insertions, 8 deletions
diff --git a/community/freedroid/PKGBUILD b/community/freedroid/PKGBUILD index 819f25b31..8b3a38bcf 100644 --- a/community/freedroid/PKGBUILD +++ b/community/freedroid/PKGBUILD @@ -1,20 +1,26 @@ -# $Id: PKGBUILD 5262 2009-11-07 12:52:52Z ibiru $ +# $Id: PKGBUILD 54653 2011-08-22 14:49:55Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=freedroid pkgver=1.0.2 -pkgrel=4 -pkgdesc="Freedroid is a clone of the classic game "Paradroid" on Commodore 64 with some improvements and extensions to the classic version." +pkgrel=5 +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) -md5sums=('585a65f61c2cd308ab45d5c514f695dc') +source=(http://downloads.sourceforge.net/sourceforge/freedroid/$pkgname-$pkgver.tar.gz + freedroid.desktop + paraicon.png) +md5sums=('585a65f61c2cd308ab45d5c514f695dc' + 'e4a34f00f1cd983331999022569f2b57' + '68a11e92695978a9aac58cc21a4899db') build() { - cd $startdir/src/$pkgname-$pkgver + cd $srcdir/$pkgname-$pkgver ./configure --prefix=/usr --mandir=/usr/share - make || return 1 - make DESTDIR=$startdir/pkg install + 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 } 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 Binary files differnew file mode 100644 index 000000000..09e7c9128 --- /dev/null +++ b/community/freedroid/paraicon.png |