summaryrefslogtreecommitdiff
path: root/community/atanks
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/atanks
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/atanks')
-rw-r--r--community/atanks/PKGBUILD32
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
-}