### this file is sourced not run
PKGVER=1.33
PKGBUILD=2
PKGARCH=x86_64

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

# build only depends on vala_no_graphviz
SLACKREQ='gtk2 geany' # this list isn't accurate - I'm too lazy to find the real deps
SLACKDESC='geany-plugins: geany-plugins '$PKGVER' (spell check plugin)  
geany-plugins:  
geany-plugins: This is the full set of plugins including spell check plugin for geany.
geany-plugins: 
geany-plugins:  
geany-plugins: 
geany-plugins: 
geany-plugins: 
geany-plugins: 
geany-plugins: 
geany-plugins:
'

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