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

# source: james
TARBALL=freewheeling-master-20170214.tar.gz
MD5SUM=992e18c9527eaba69522c246dd84ba47
SRC_URL=http://distro.ibiblio.org/fatdog/source/710/$TARBALL
BUNDLE=

SLACKREQ='libjack2 libSDL libSDL-gfx libSDL-ttf liblo fluidsynth 
libsndfile libvorbis libogg' # 
SLACKDESC="freewheeling: freewheeling $PKGVER (Live looping instrument)
freewheeling: 
freewheeling: FreeWheeling is a live looping instrument built for improvisation. 
freewheeling: Using a keyboard or a MIDI controller, it allows one to build and 
freewheeling: control repetitive patterns from a live audio stream. FreeWheeling 
freewheeling: uses the Jack Audio Connection Kit, Fluidsynth, and SDL.
freewheeling: 
freewheeling: https://github.com/free-wheeling/freewheeling
freewheeling: 
freewheeling: 
freewheeling:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	export LIBS="$LIBS -logg -lSDL"
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
