#Maintainer: Frederic Boulet bipbiponlinux~AT~gmail.com #Former: George Vlahavas (vlahavas~at~gmail~dot~com, gapan@zenwalk forums) pkgname=atanks pkgver=5.2 zenver=72 pkgrel=1 arch=i686 source=("http://downloads.sourceforge.net/atanks/atanks-$pkgver.tar.gz" "http://pnboy.pinguix.com/gapan/games/$pkgname/atanks.desktop" "http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/games/$pkgname/icons.tar.gz") sourcetemplate=http://zenwalk.pinguix.com/user-accounts/bip/EXTRA/games/$pkgname docs=("readme" "install" "copying" "changelog" "authors" "news" "todo" "maintainers" "bugs") url=http://atanks.sourceforge.net/ options=('norequiredbuilder' 'keepdepfile') slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "atanks (Atomic Tanks) is a Scorched Earth clone" "Annihilate the other tanks to earn money, then spend it on bigger" "and better shields and weapons to wipe out the opposition. Features" "a wide array of weapons, AI players, destructible landscape," "weather, parachutes, teleports and a wide range of other features." ) build() { cd $startdir/src/$pkgname-$pkgver make INSTALLDIR=/usr/share/atanks|| return 1 make install BINDIR=$startdir/pkg/usr/bin INSTALLDIR=$startdir/pkg/usr/share/atanks INSTALL="install -c" # Copy icons to the right place ICONSIZES="48 32 24 22 16" for i in $ICONSIZES; do mkdir -p $startdir/pkg/usr/share/icons/hicolor/$i\x$i/apps; mv $startdir/src/$pkgname-$i.png $startdir/pkg/usr/share/icons/hicolor/$i\x$i/apps/$pkgname.png; done; }