### this file is sourced not run
PKGVER=2.10.34
PKGBUILD=1
PKGARCH=noarch

# source: post BLFS 8.2 2018-07-25
TARBALL=gimp-help-$PKGVER.tar.bz2
MD5SUM=5e393d61c802e73ffe6c550759ed0853
SRC_URL=https://download.gimp.org/gimp/help/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="gimp-help-en: gimp-help-en $PKGVER (Gimp Help Files)
gimp-help-en: 
gimp-help-en: The package contains images and English help text for Gimp. It is 
gimp-help-en: 'work in progress'. Note that this help is not directly viewable in 
gimp-help-en: Gimp, you must view it using the browser directly. 
gimp-help-en: 
gimp-help-en: It is located here: /usr/share/gimp/2.0/help
gimp-help-en: 
gimp-help-en: 
gimp-help-en: 
gimp-help-en: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/gimp-help*
	#ALL_LINGUAS="ca da de el en en_GB es fr it ja ko nl nn pt_BR ru sl sv zh_CN" \
	ALL_LINGUAS="en" \
	./autogen.sh --prefix=/usr --without-gimp &&
	make && make install &&
	chown -R 0:0 /usr/share/gimp/2.0/help &&
	pkg_build_slackdesc
}


