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

# source: james
TARBALL=gspell-$PKGVER.tar.xz
MD5SUM=a265a5500dca6cd72100213c3884f04d
SRC_URL=https://download.gnome.org/sources/gspell/1.9/$TARBALL
BUNDLE=

SLACKREQ='gtk3 libenchant2'
SLACKDESC="libgspell: libgspell $PKGVER (Spell-checking library for GTK apps)
libgspell: 
libgspell: gspell provides a flexible API to add spell-checking to a GTK 
libgspell: application.
libgspell: 
libgspell: https://gitlab.gnome.org/GNOME/gspell
libgspell: https://download.gnome.org/sources/gspell/
libgspell: 
libgspell: 
libgspell: 
libgspell: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}
