contrib/atanks/Pkgfile

27 lines
878 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.
2021-02-01 12:02:01 +01:00
# URL: https://atanks.sourceforge.io/
2014-11-10 13:28:07 +01:00
# Maintainer: 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
2021-08-22 17:33:59 +02:00
version=6.6
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="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 $PKG/usr/share/applications/atanks.desktop
install -Dm644 atanks.png $PKG/usr/share/pixmaps/atanks.png
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
}