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

# source: james
TARBALL=ghostess-20120105.tar.bz2
MD5SUM=15bdcb0d4d3c68507f67d83e4bd3fe6a
SRC_URL=http://smbolton.com/linux/$TARBALL
BUNDLE=

SLACKREQ='dssi' # 
SLACKDESC="ghostess: ghostess $PKGVER (DSSI Host)
ghostess: 
ghostess: ghostess is a graphical DSSI host capable of saving and restoring 
ghostess: plugin configuration, as well as specifying MIDI channels and 
ghostess: layering synths. ghostess also comes with a universal DSSI GUI, which 
ghostess: attempts to provide GUI services for any DSSI or LADSPA plugin, and 
ghostess: may be used with any DSSI host.
ghostess: 
ghostess: http://smbolton.com/linux.html
ghostess: 
ghostess: 
"

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