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

# source: BLFS 7.5 updated to 2.8.2
TARBALL=gimp-help-$PKGVER.tar.bz2
MD5SUM=a591c8974b2f4f584d0a769d52ed6c5b
SRC_URL=http://download.gimp.org/pub/gimp/help/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC="gimp-help: gimp-help $PKGVER (Help files for GIMP)  
gimp-help:  
gimp-help: The package contains images and English text help for help files, 
gimp-help: together with translations. It is \"work in progress\".  
gimp-help: 
gimp-help: 
gimp-help: 
gimp-help: 
gimp-help: 
gimp-help: 
gimp-help:
"

### 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" \
	./configure --prefix=/usr --without-gimp &&
	make && make install &&
	chown -R 0:0 /usr/share/gimp/2.0/help &&
	pkg_build_slackdesc
}


