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

# source: james
TARBALL=schismtracker-$PKGVER.tar.bz2
MD5SUM=6765926f82326a04259e4b9bdae65bdf
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$TARBALL
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 &&
	
	# icons
	cp icons/schism-icon-48.png /usr/share/pixmaps &&
	install -m644 /tmp/pkg/schismtracker.desktop /usr/share/applications &&
	pkg_build_slackdesc 
}
