summaryrefslogtreecommitdiff
path: root/community/atanks
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/atanks
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 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
-}