# # A high-quality data compressor program. # # Bzip2 is a high quality compressor that uses the best compression # techniques (from the PPM family of statistical compressors). # In general, the compression is considerabily better than other # compressors, based on LZ77/LZ78 algorithm. # # The author of bzip2 is Julian Seward. # 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=bzip2 pkgversion=1.0.8 arch=amd64 release=1 pkgcategory="compressors" full_pkgname=bzip2_1.0.8_amd64-1@compressors blurb="A high-quality data compressor program." homepage="https://www.bzip.org" license="Custom" fetch=" https://sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz https://mirror.fsf.org/dragora/v3/sources/bzip2-1.0.8.tar.gz https://www.bzip.org/1.0.8/bzip2-1.0.8.tar.gz " replace=""