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

# source: james
TARBALL=hunspell-$PKGVER.tar.gz
MD5SUM=1a54504cb470aafa6530bb372a10dc04
SRC_URL=https://github.com/hunspell/hunspell/archive/v${PKGVER}.tar.gz
BUNDLE=

SLACKREQ=
SLACKDESC="hunspell: hunspell $PKGVER (Spell-checker engine)
hunspell: 
hunspell: Hunspell is the spell checker of LibreOffice, OpenOffice.org, Mozilla 
hunspell: Firefox 3 & Thunderbird, Google Chrome, and it is also used by 
hunspell: proprietary software packages, like macOS, InDesign, memoQ, Opera and 
hunspell: SDL Trados.
hunspell: 
hunspell: http://hunspell.github.io/
hunspell: 
hunspell: 
hunspell:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/hunspell* &&
	autoreconf -fi &&
	CONFFLAGS="$CONFFLAGS --with-ui --with-readline --disable-static"
	pkg_build_autoconf && pkg_build_slackdesc	
}


