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

# source: kirk
TARBALL=geany-plugins-1.26.tar.bz2
MD5SUM=024aa0b95a038188cb467dbada5a1bf5
SRC_URL=http://plugins.geany.org/geany-plugins/$TARBALL
BUNDLE=

SLACKREQ='gtk2 geany'
SLACKDESC='geany-plugins-spell: geany-plugins-spell 1.26 (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-addons --disable-autoclose --disable-codenav --disable-commander \
	--disable-debugger --disable-defineformat --disable-devhelp --disable-geanydoc    --disable-geanyextrasel --disable-geanygendoc \
	--disable-geanyinsertnum --disable-geanylatex --disable-geanylipsum --disable-geanylua --disable-geanymacro --disable-geanyminiscript \
	 --disable-geanynumberedbookmarks --disable-geanyprj --disable-geanypy --disable-geanysendmail --disable-geanyvc --disable-geanypg \
	  --disable-geniuspaste --disable-gproject --disable-markdown --disable-multiterm --disable-pairtaghighlighter --disable-pohelper \
	  --disable-pretty_printer --disable-scope --disable-shiftcolumn --disable-treebrowser --disable-tableconvert --disable-updatechecker \
	  --disable-webhelper --disable-xmlsnippets --disable-geanyctags --disable-projectorganizer --disable-overview --disable-automark"
	pkg_build_autoconf && pkg_build_slackdesc
}
