### this file is sourced not run
PKGNAME=xcftools
PKGVER=1.0.7
PKGBUILD=1
PKGARCH=x86_64

# source: SFR
TARBALL=${PKGNAME}-${PKGVER}.tar.gz
MD5SUM=fd960b6470fb23520fc4b1ade6cf6e25
SRC_URL=http://henning.makholm.net/xcftools/${TARBALL}
BUNDLE=

SLACKDESC="${PKGNAME}: ${PKGNAME} ${PKGVER} (System Monitor)
${PKGNAME}: 
${PKGNAME}: Xcftools is a set of fast command-line tools for extracting
${PKGNAME}: information from the Gimp's native file format XCF.
${PKGNAME}: The tools are designed to allow efficient use of layered XCF files
${PKGNAME}: as sources in a build system that use 'make' and similar tools
${PKGNAME}: to manage automatic processing of the graphics.
${PKGNAME}: These tools work independently of the Gimp engine
${PKGNAME}: and do not require the Gimp to even be installed.
${PKGNAME}: 
${PKGNAME}: http://henning.makholm.net/software
"

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/${PKGNAME}* &&
	patch -Np1 -i ../pkg/xcftools.patch
}

### default pkg_package
### default pkg_build
