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

# source: BLFS 11.3
TARBALL=gspell-$PKGVER.tar.xz
MD5SUM=f8e39fc95d3f0651e943b5ccb95694b7
SRC_URL=https://download.gnome.org/sources/gspell/1.12/$TARBALL
BUNDLE=

SLACKREQ='libenchant2 gtk3 libicu'
SLACKDESC="libgspell: libgspell $PKGVER (Another GTK+ Spellchecker library)
libgspell: 
libgspell: The gspell package provides a flexible API to add spell checking to a 
libgspell: GTK+ application.
libgspell: 
libgspell: 
libgspell: 
libgspell: 
libgspell: 
libgspell: 
libgspell:
"

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

	# multilib
	mv /usr/share/gir-1.0/* /usr/share/gir-1.0-64 &&
	rm -r /usr/share/gir-1.0
}
