Package: plzip Version: 1.9 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: https://www.nongnu.org/lzip/plzip.html Maintainer: Daniel Johnson Source: https://download.savannah.gnu.org/releases/lzip/%n/%n-%v.tar.gz Source-Checksum: SHA256(14d8d1db8dde76bdd9060b59d50b2943417eb4c0fbd2b84736546b78fab5f1a7) Depends: liblz1-shlibs (>= 1.8-1) BuildDepends: liblz1 (>= 1.8-1) 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