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

# source: kirk updated to latest
TARBALL=pacman-master-20180930.tar.gz
MD5SUM=0e85298519cff07069ee88a727334376
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$TARBALL
BUNDLE=

SLACKREQ='libSDL2 libSDL2-mixer libSDL2-ttf libSDL2-image'
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: https://github.com/ebuc99/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
}
