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

# source: james
TARBALL=calf-$PKGVER.tar.gz
MD5SUM=c4f91c141a1188753262ce434b11c750
SRC_URL=http://calf-studio-gear.org/files/$TARBALL
BUNDLE=

SLACKREQ='fluidsynth gtk2 libglade libjack2
liblv2 liblilv libsuil libsratom libsord libserd' 
SLACKDESC="calf-studio: calf-studio $PKGVER (LV2 Effect Plugins)
calf-studio: 
calf-studio: calf-studio is a set of LV2 plugins containing instruments, tone 
calf-studio: generators, modulation, delay, and distortion effects, among many 
calf-studio: others.
calf-studio: 
calf-studio: http://calf-studio-gear.org/
calf-studio: 
calf-studio: 
calf-studio: 
calf-studio: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/calf*
	CONFFLAGS="$CONFFLAGS --enable-sse --with-lv2-dir=/usr/$LIBDIR/lv2 --enable-experimental --disable-static"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
