### this file is sourced not run
PKGVER=6.5
PKGBUILD=1
PKGARCH=x86_64

# source: james
TARBALL=atanks-$PKGVER.tar.gz
MD5SUM=3182d080ea71c3837af57f3651b55025
SRC_URL=http://downloads.sourceforge.net/atanks/$TARBALL
BUNDLE=

SLACKREQ='liballegro4'
SLACKDESC="atanks: atanks $PKGVER (Game - clone of Scorched Earth)
atanks: 
atanks: Atanks a multi-platform Scorched Earth clone. Annihilate the other 
atanks: tanks to earn money, then spend it on bigger and better shields and 
atanks: weapons to wipe out the opposition. Features a wide array of weapons, 
atanks: AI players, destructible landscape, weather, parachutes, teleports 
atanks: and a wide range of other features.
atanks: 
atanks: http://atanks.sourceforge.net/
atanks: 
atanks: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/atanks* &&
	make PLATFORM=LINUX && 
	make install BINDIR=/usr/bin &&
	pkg_build_slackdesc
}


