contrib/atanks/Pkgfile

22 lines
635 B
Plaintext
Raw Normal View History

2008-03-13 12:08:03 +01:00
# Description: Annihilate the other tanks to earn money, then spend it on bigger and better shields and weapons to wipe out the opposition.
# URL: http://atanks.sourceforge.net/
2014-11-10 13:28:07 +01:00
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
2012-01-22 01:55:06 +01:00
# Depends on: allegro4
2008-03-13 12:08:03 +01:00
name=atanks
2018-01-31 12:15:12 +01:00
version=6.5
2008-03-13 12:08:03 +01:00
release=1
2018-01-31 12:15:12 +01:00
source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
2008-03-13 12:08:03 +01:00
build() {
2009-04-04 05:08:47 +02:00
cd $name-$version
2015-02-27 15:53:20 +01:00
sed -i -e 's|share/games/atanks|share/atanks|' Makefile
2008-05-31 20:59:06 +02:00
make
make DESTDIR=$PKG install
2015-02-27 15:53:20 +01:00
2018-01-31 12:15:12 +01:00
rm $PKG/usr/share/atanks/{COPYING,Changelog,README,README_ru.txt,TODO}
2008-03-13 12:08:03 +01:00
}