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

# source: james/debian
TARBALL=hfsutils_3.2.6.orig.tar.gz
MD5SUM=fa572afd6da969e25c1455f728750ec4
SRC_URL=http://ftp.de.debian.org/debian/pool/main/h/hfsutils/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='hfsutils: hfsutils 3.2.6debian15 (HFS filesystem utilities)  
hfsutils:  
hfsutils: Tools for reading and writing legacy Macintosh volumes. This package 
hfsutils: only supports the original HFS filesystem; for newer Apple systems, 
hfsutils: use hfsprogs which supports HFS+.  
hfsutils: 
hfsutils: 
hfsutils: 
hfsutils: 
hfsutils: 
hfsutils: 
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	cd tmp/hfsutils* &&
	tar -xf $CHROOT_DIR/tmp/pkg/hfsutils_3.2.6-12.debian.tar.gz &&
	for p in $(cat debian/patches/series); do
		patch -Np1 -i debian/patches/$p
	done
}

### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


