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

# source: kirk
TARBALL=pacman-$PKGVER.tar.gz
MD5SUM=5849fe31f76e47e1117da856593be3af
SRC_URL=https://codeload.github.com/ebuc99/pacman/tar.gz/v$PKGVER
BUNDLE=

SLACKREQ='libSDL2 libSDL2-mixer libSDL2-ttf libSDL2-image libSDL-gfx'
SLACKDESC="pacman: pacman $PKGVER (Pacman video game.)  
pacman:  
pacman: This is a clone of the original pacman from Namco, as I remember 
pacman: and I played for the first time on an Atari 130 XL in the early 
pacman: 90s. But Paul Neaves pacman clone has inspired me greatly. One 
pacman: of the main goals of this implementation is a SDL Application 
pacman: with very less use of CPU power.
pacman: 
pacman: 
pacman:  
pacman: 
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default
}

### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc &&
	ln -sf /usr/share/pacman /usr/local/share/pacman
}
