1
0
forked from ports/contrib

27 lines
853 B
Plaintext
Raw Normal View History

2008-03-13 22:08:03 +11: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 11:02:01 +00:00
# URL: https://atanks.sourceforge.io/
2023-07-05 10:08:00 -04:00
# Maintainer: UNMAINTAINED
2012-01-22 11:55:06 +11:00
# Depends on: allegro4
2008-03-13 22:08:03 +11:00
name=atanks
2021-08-22 17:33:59 +02:00
version=6.6
release=1
2018-01-31 22:15:12 +11:00
source=(https://downloads.sourceforge.net/project/$name/$name/$name-$version/$name-$version.tar.gz)
2008-03-13 22:08:03 +11:00
build() {
2009-04-04 14:08:47 +11:00
cd $name-$version
2015-02-28 01:53:20 +11:00
sed -i -e 's|share/games/atanks|share/atanks|' Makefile
2008-06-01 04:59:06 +10: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-28 01:53:20 +11:00
2018-01-31 22:15:12 +11:00
rm $PKG/usr/share/atanks/{COPYING,Changelog,README,README_ru.txt,TODO}
2008-03-13 22:08:03 +11:00
}