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

# source: james
TARBALL=pbzip2-$PKGVER.tar.gz
MD5SUM=4cb87da2dba05540afce162f34b3a9a6
SRC_URL="https://launchpad.net/pbzip2/1.1/$PKGVER/+download/$TARBALL"
BUNDLE=

SLACKDESC="pbzip2: pbzip2 $PKGVER (Parallel bzip2)
pbzip2: 
pbzip2: PBZIP2 is a parallel implementation of the bzip2 block-sorting file 
pbzip2: compressor that uses pthreads and achieves near-linear speedup on SMP 
pbzip2: machines. The output of this version is fully compatible with bzip2 
pbzip2: v1.0.2 or newer (ie: anything compressed with pbzip2 can be 
pbzip2: decompressed with bzip2). PBZIP2 should work on any system that has a 
pbzip2: pthreads compatible C++ compiler (such as gcc).
pbzip2: 
pbzip2: https://launchpad.net/pbzip2/
pbzip2:
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/pbzip2* &&
	make && make install &&
	pkg_build_slackdesc
}

