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

# source: james
TARBALL=amsynth-$PKGVER.tar.gz
MD5SUM=06ac50e6df9a237621abaa81b51f401a
SRC_URL=https://github.com/amsynth/amsynth/releases/download/release-$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='libjack2 dssi liblo liblv2 gsettings-desktop-schemas' # 
SLACKDESC="amsynth: amsynth $PKGVER (Analog Synth)
amsynth: 
amsynth: amsynth is an easy-to-use software synth with a classic subtractive 
amsynth: synthesizer topology. Available as standalone, VST/LV2/DSSI plugin 
amsynth: supporting JACK/ALSA.
amsynth: 
amsynth: https://amsynth.github.io/
amsynth: 
amsynth: 
amsynth: 
amsynth: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS                     \
		--without-oss --with-alsa --with-jack \
		--with-dssi --with-lv2 --with-vst     \
	"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
