diff options
Diffstat (limited to 'community/atanks/PKGBUILD')
-rw-r--r-- | community/atanks/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/atanks/PKGBUILD b/community/atanks/PKGBUILD deleted file mode 100644 index 7cf9b9c64..000000000 --- a/community/atanks/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 81091 2012-12-11 19:04:12Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Jacek Poplawski <jacekpoplawski@gmail.com> -# Contributor: Charlie Cox <ccoxiv@yahoo.com> - -pkgname=atanks -pkgver=5.7 -pkgrel=1 -pkgdesc="Atomic Tanks" -url="http://atanks.sourceforge.net" -license=('GPL') -arch=('i686' 'x86_64') -makedepends=('sed') -depends=('allegro4>=4.4.0.1' 'gcc-libs') -source=("http://downloads.sourceforge.net/project/atanks/atanks/atanks-${pkgver}/atanks-${pkgver}.tar.gz") -md5sums=('135f8cb55e99a4a7b34996f260a9de6a') - -build() { - cd atanks-${pkgver} - make -} - -package() { - cd atanks-${pkgver} - make DESTDIR=${pkgdir} INSTALL="install -c" install - - sed -i 's/^Name=atanks/Name=Atomic Tanks/' atanks.desktop - sed -i 's/^Categories=Game;/Categories=Game;StrategyGame;/' atanks.desktop - - install -Dm644 atanks.desktop $pkgdir/usr/share/applications/atanks.desktop - install -Dm644 atanks.png $pkgdir/usr/share/pixmaps/atanks.png -} |