contrib/atanks/Pkgfile
2008-06-01 05:00:28 +10:00

22 lines
670 B
Plaintext

# 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/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: allegro
name=atanks
version=3.0
release=1
source=(http://dl.sourceforge.net/sourceforge/atanks/atanks-$version.tar.gz
atanks-$version-install.patch
atanks-$version-version-fix.patch)
build() {
cd atanks
patch -p 1 -i $SRC/atanks-$version-install.patch
patch -p 1 -i $SRC/atanks-$version-version-fix.patch
make
make DESTDIR=$PKG install
}