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

# kirk
TARBALL=stepmania-$PKGVER.tar.gz
MD5SUM=04dcba99ec1a6fd544e58a56e26e21ff 
SRC_URL=https://codeload.github.com/stepmania/stepmania/tar.gz/v$PKGVER
BUNDLE=

SLACKREQ=''
SLACKDESC="stepmania: stepmania $PKGVER (DDR Game)
stepmania:  
stepmania: StepMania is an advanced cross-platform rhythm game for home  
stepmania: and arcade use.
stepmania: 
stepmania:  
stepmania: 
stepmania: 
stepmania: 
stepmania: 
stepmania:
"
PKG_NOSTRIP=yes
### default pkg_download
### prepare
### default pkg_package
### build
pkg_build() {

	cd /tmp/stepmania*
	CMAKEFLAGS="$CMAKEFLAGS -DCMAKE_BUILD_TYPE=Release"
	pkg_build_cmake &&
	pkg_build_slackdesc

}

