Package: pbzip2 Version: 1.1.6 Revision: 1 Description: SMP-capable bzip2 License: OSI-Approved Maintainer: Benjamin Reed Depends: bzip2-shlibs BuildDepends: bzip2-dev GCC: 4.0 Source: http://compression.ca/%n/%n-%v.tar.gz Source-MD5: 26cc5a0d882198f106e75101ff0544a3 UseMaxBuildJobs: true CompileScript: make InstallScript: << install -d -m 755 %i/bin install -c -m 755 %n %i/bin/ ln -sf pbzip2 %i/bin/pbunzip2 << DocFiles: AUTHORS COPYING ChangeLog README Homepage: http://compression.ca/pbzip2/ 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 v1.0.2 or newer (ie: anything compressed with pbzip2 can be decompressed with bzip2). <<