Package: pbzip2
Version: 0.9.6
Revision: 1

BuildDepends: bzip2-dev
Depends: bzip2-shlibs
Source: http://compression.ca/%n/%n-%v.tar.gz
Source-MD5: 851800855b2cf0c84b6169554b562ff2
PatchScript: <<
  perl -pi -e 's,-pthread,,g' Makefile
<<
CompileScript: make
InstallScript: <<
  install -d -m 755 %i/bin
  install -c -m 755 %n %i/bin/
<<
Description: SMP-capable bzip2
DescDetail: <<
PBZIP2 is a parallel implementation of the bzip2 block-sorting file compressor
that uses pthreads and achieves near-linear speedup on SMP machines.  The
output of this version is fully compatible with bzip2 1.0.2 (ie: anything
compressed with PBZIP2 can be decompressed with bzip2).
<<
DocFiles: AUTHORS COPYING ChangeLog README
License: OSI-Approved
Maintainer: Benjamin Reed <pbzip2@fink.racoonfink.com>
Homepage: http://compression.ca/pbzip2/