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

# source: kirk
TARBALL=geany-plugins-$PKGVER.tar.bz2
MD5SUM=488a45235f598b0e6c7f07441f2c242a
SRC_URL=http://plugins.geany.org/geany-plugins/$TARBALL
BUNDLE=

SLACKREQ='gtk3 geany libenchant'
SLACKDESC='geany-plugins-spell: geany-plugins-spell '$PKGVER' (spell check plugin)  
geany-plugins-spell:  
geany-plugins-spell: This is only the spell check plugin for geany. The full 
geany-plugins-spell: set of plugins are in another package.
geany-plugins-spell:  
geany-plugins-spell: http://plugins.geany.org
geany-plugins-spell: 
geany-plugins-spell: 
geany-plugins-spell: 
geany-plugins-spell: 
geany-plugins-spell:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-all-plugins --enable-spellcheck"
	pkg_build_autoconf && pkg_build_slackdesc
}
