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

# source: CBLFS 2009-03-19
TARBALL=gtkspell-$PKGVER.tar.gz
MD5SUM=f75dcc9338f182c571b321d37c606a94
SRC_URL=http://gtkspell.sourceforge.net/download/$TARBALL
BUNDLE=

SLACKREQ='gtk2 libenchant'
SLACKDESC="gtkspell: gtkspell $PKGVER (Visual GTK spell checker front-end)  
gtkspell:  
gtkspell: GtkSpell provides word-processor-style highlighting and replacement 
gtkspell: of misspelled words in a GtkTextView widget. Right-clicking a 
gtkspell: misspelled word pops up a menu of suggested replacements.  
gtkspell: 
gtkspell: 
gtkspell: 
gtkspell: 
gtkspell: 
gtkspell:
"

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