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

# source: james
TARBALL=whysynth-20170701.tar.bz2
MD5SUM=217bfeea23545c12cd0a1bc93de6ed0f
SRC_URL=http://smbolton.com/whysynth/$TARBALL
BUNDLE=

SLACKREQ='dssi liblo' # 
SLACKDESC="whysynth: whysynth $PKGVER (Versatile soft synth)
whysynth: 
whysynth: WhySynth is a versatile softsynth which operates as a plugin for the 
whysynth: DSSI Soft Synth Interface. It comes with 4 oscillators, 2 filters, 3 
whysynth: LFOs and 5 envelope generators per voice. Each oscillators has 11 
whysynth: modes; and each filter comes with 10 modes.
whysynth: 
whysynth: http://smbolton.com/whysynth.html
whysynth: 
whysynth: 
whysynth: 
"

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