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

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

SLACKREQ='gtk2_32 libenchant32'
SLACKDESC="gtkspell32: gtkspell32 $PKGVER (Visual GTK spell checker front-end)  
gtkspell32:  
gtkspell32: GtkSpell provides word-processor-style highlighting and replacement 
gtkspell32: of misspelled words in a GtkTextView widget. Right-clicking a 
gtkspell32: misspelled word pops up a menu of suggested replacements.  
gtkspell32: 
gtkspell32: This contains 32-bit version of the library.
gtkspell32: 
gtkspell32: 
gtkspell32: 
gtkspell32:
"

### default pkg_download
### default pkg_prepare
### package - only collect the libraries
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

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