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

# source: james
TARBALL=schismtracker-20180810.tar.gz
MD5SUM=1f4c932d297d952841f0246178a3c3e0
SRC_URL=https://github.com/schismtracker/schismtracker/archive/20180810.tar.gz
BUNDLE=

SLACKREQ='libSDL' # 
SLACKDESC="schismtracker: schismtracker $PKGVER (Module Tracker)  
schismtracker:  
schismtracker: Schism Tracker is a free reimplementation of Impulse Tracker, a 
schismtracker: program used to create high quality music without the 
schismtracker: requirements of specialized, expensive equipment, and with a 
schismtracker: unique \"finger feel\" that is difficult to replicate in part. 
schismtracker: The player is based on a highly modified version of the Modplug 
schismtracker: engine, with a number of bugfixes and changes to improve IT 
schismtracker: playback.  
schismtracker: 
schismtracker: http://schismtracker.org/
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/schism*
	autoreconf -fi &&
	pkg_build_autoconf &&
	pkg_build_slackdesc 
}
