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

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

SLACKREQ='dssi liblo' # 
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
}
