summaryrefslogtreecommitdiff
path: root/atanks/Pkgfile
blob: b85f3c103b657adf02f73186b015b37e02f0aab8 (plain)
    1 # Description: Annihilate the other tanks to earn money, then spend it on bigger and better shields and weapons to wipe out the opposition.
    2 # URL: http://atanks.sourceforge.net/
    3 # Maintainer: Danny Rawlins, crux at romster dot me
    4 # Packager: Danny Rawlins, crux at romster dot me
    5 # Depends on: allegro4
    6 
    7 name=atanks
    8 version=6.5
    9 release=1
   10 source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
   11 
   12 build() {
   13 	cd $name-$version
   14 
   15 	sed -i -e 's|share/games/atanks|share/atanks|' Makefile
   16 
   17 	make
   18 	make DESTDIR=$PKG install
   19 
   20 	rm $PKG/usr/share/atanks/{COPYING,Changelog,README,README_ru.txt,TODO}
   21 }

Generated by cgit