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

# source: james
TARBALL=hexter-$PKGVER.tar.bz2
MD5SUM=91c31b1c6c6c054b21b0847256b33fd1
SRC_URL=https://github.com/smbolton/hexter/releases/download/version_1.1.0/$TARBALL
BUNDLE=

SLACKREQ='dssi liblo' # 
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://smbolton.com/hexter.html
hexter: 
hexter: 

"

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