the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: plzip
Version: 0.8
Revision: 1
Description: Massively parallel LZMA file compressor
DescDetail: <<
Plzip is a massively parallel (multi-threaded), lossless data
compressor based on the LZMA algorithm, with very safe integrity
checking and a user interface similar to the one of gzip or bzip2.
Plzip uses the lzip file format; the files produced by plzip are fully
compatible with lzip-1.4 or newer.
Plzip is intended for faster compression/decompression of big files on
multiprocessor machines, which makes it specially well suited for
distribution of big software files and large scale data archiving. On
files big enough, plzip can use hundreds of processors.
<<
License: GPL3+
Homepage: http://www.nongnu.org/lzip/plzip.html
Maintainer: Daniel Johnson
Source: http://download.savannah.gnu.org/releases/lzip/%n-%v.tar.gz
Source-MD5: 4e43d32bc69c247235b0195feb25aab4
Depends: liblz1-shlibs
BuildDepends: liblz1
NoSetCPPFLAGS: true
NoSetLDFLAGS: true
ConfigureParams: CXXFLAGS='-Wall -W -Os' CPPFLAGS=-I%p/include LDFLAGS=-L%p/lib
InfoTest: TestScript: make check || exit 2
InstallScript: make install DESTDIR=%d
InfoDocs: plzip.info
DocFiles: AUTHORS ChangeLog COPYING NEWS README