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

# source: james
TARBALL=enchant-$PKGVER.tar.gz
MD5SUM=9b27f815ee35ff12b5b870c2d04361c6
SRC_URL=https://github.com/AbiWord/enchant/releases/download/v${PKGVER}/$TARBALL
BUNDLE=

SLACKREQ='aspell glib hunspell'
SLACKDESC="libenchant2: libenchant2 $PKGVER (Spell checking library)  
libenchant2:  
libenchant2: The enchant package provide a generic interface into various existing 
libenchant2: spell checking libaries.  
libenchant2: 
libenchant2: This is version 2 of the enchant library. It can be installed
libenchant2: side-by-side with the enchant 1.
libenchant2: 
libenchant2: 
libenchant2: 
libenchant2:
"

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



