# # A massively parallel lossless data compressor (version 1.10). # # Plzip is a massively parallel (multi-threaded) lossless data compressor # based on the lzlib compression library, with a user interface similar # to the one of lzip, bzip2 or gzip. # # Plzip can compress/decompress large files on multiprocessor machines # much faster than lzip, at the cost of a slightly reduced compression # ratio (0.4 to 2 percent larger compressed files). Note that the number # of usable threads is limited by file size; on files larger than a # few GB plzip can use hundreds of processors, but on files of only a # few MB plzip is no faster than lzip. # # Plzip is the default version of Lzip used in Dragora as the main 'lzip'. # QICFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QICXXFLAGS="-O2 -march=x86-64 -fstack-clash-protection -fcf-protection=full -fstack-protector-strong --param=ssp-buffer-size=4 -pipe" QILDFLAGS="-s" QICPPFLAGS="-D_FORTIFY_SOURCE=2" pkgname=plzip pkgversion=1.10 arch=amd64 release=2 pkgcategory="compressors" full_pkgname=plzip@compressors blurb="A massively parallel lossless data compressor (version 1.10)." homepage="https://lzip.nongnu.org/plzip.html" license="GPLv2+" fetch="https://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.10.tar.lz" replace=""