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

22 lines
643 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-09-30 02:16:03 +10:00
version=3.2
2008-03-13 22:08:03 +11:00
release=1
2008-08-16 21:03:05 +10:00
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz
$name-3.1-install.patch
2008-09-30 02:16:03 +10:00
$name-3.2-version-fix.patch)
2008-03-13 22:08:03 +11:00
build() {
2008-08-16 21:03:05 +10:00
cd $name
patch -p 1 -i $SRC/$name-3.1-install.patch
2008-09-30 02:16:03 +10:00
patch -p 1 -i $SRC/$name-3.2-version-fix.patch
2008-06-01 04:59:06 +10:00
make
make DESTDIR=$PKG install
2008-03-13 22:08:03 +11:00
}