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

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

SLACKREQ='gtk2 geany'
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: 
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
}
