# # C version of the high-quality data compressor Lzip. # # Clzip is a lossless data compressor with a user interface similar to # the one of gzip or bzip2. Clzip is about as fast as gzip, compresses # most files more than bzip2, and is better than both from a data # recovery perspective. # # Clzip uses the lzip file format; the files produced by clzip are fully # compatible with lzip-1.4 or newer, and can be rescued with lziprecover. # # Clzip is in fact a C language version of lzip, intended for embedded # devices or systems lacking a C++ compiler. # 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=clzip pkgversion=1.13 arch=amd64 release=2 pkgcategory="compressors" full_pkgname=clzip_1.13_amd64-2@compressors blurb="C version of the high-quality data compressor Lzip." homepage="https://lzip.nongnu.org/clzip.html" license="GPLv2+" fetch="https://download.savannah.gnu.org/releases/lzip/clzip/clzip-1.13.tar.gz" replace=""