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

# source: james
TARBALL=hexter-$PKGVER.tar.bz2
MD5SUM=4c3ffd27eecb7eabf1ffc3fe334937bb
SRC_URL=http://download.sourceforge.net/dssi/$TARBALL
BUNDLE=

SLACKREQ='dssi' # 
SLACKDESC="hexter: hexter $PKGVER (Yamaha DX7 synth emulator)
hexter: 
hexter: hexter is a software synthesizer that models the sound generation of 
hexter: a Yamaha DX7 synthesizer. It can easily load most DX7 patch bank 
hexter: files, edit those patches via a built-in editor or MIDI sys-ex 
hexter: messages (ALSA systems only), and recreate the sound of the DX7. 
hexter: hexter operates as a plugin for the DSSI Soft Synth Interface.
hexter: 
hexter: http://dssi.sourceforge.net/hexter.html
hexter: 
hexter: 

"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
