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

# source: post BLFS 8.2 2018-07-25
TARBALL=gimp-help-2018-05-19-f8fb93ed2.tar.xz
MD5SUM=f420eccb087d797936738b62e066e0a6
#SRC_URL=http://download.gimp.org/pub/gimp/help/$TARBALL
SRC_URL=http://distro.ibiblio.org/fatdog/source/800/$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
}


