### this file is sourced not run
PKGVER=2.0.16 # latest legacy version - works with Sylpheed
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="libgtkspell: libgtkspell $PKGVER (Visual GTK spell checker front-end)  
libgtkspell:  
libgtkspell: GtkSpell provides word-processor-style highlighting and replacement 
libgtkspell: of misspelled words in a GtkTextView widget. Right-clicking a 
libgtkspell: misspelled word pops up a menu of suggested replacements.  
libgtkspell: 
libgtkspell: This is version 2 of GtkSpell and is need for older apps (Sylpheed).
libgtkspell: 
libgtkspell: GtkSpell3 and GtkSpell2 can be installed side-by-side.
libgtkspell: http://gtkspell.sourceforge.net/
libgtkspell:
"

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