1
0
forked from ports/contrib
contrib/atanks/Pkgfile

22 lines
670 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.
# URL: http://atanks.sourceforge.net/
2008-03-26 13:45:31 +11:00
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
2008-03-13 22:08:03 +11:00
# Depends on: allegro
name=atanks
2008-06-01 04:59:06 +10:00
version=3.0
2008-03-13 22:08:03 +11:00
release=1
2008-06-01 04:59:06 +10:00
source=(http://dl.sourceforge.net/sourceforge/atanks/atanks-$version.tar.gz
atanks-$version-install.patch
atanks-$version-version-fix.patch)
2008-03-13 22:08:03 +11:00
build() {
cd atanks
2008-06-01 04:59:06 +10:00
patch -p 1 -i $SRC/atanks-$version-install.patch
patch -p 1 -i $SRC/atanks-$version-version-fix.patch
make
make DESTDIR=$PKG install
2008-03-13 22:08:03 +11:00
}