contrib/atanks/Pkgfile

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