# # A data compression library for the lzip format. # # Lzlib is a data compression library providing in-memory LZMA # compression and decompression functions, including integrity checking # of the decompressed data. The compressed data format used by the # library is the lzip format. Lzlib is written in C. # # For more information, visit: https://lzip.nongnu.org/lzlib.html # 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=lzlib pkgversion=1.13 arch=amd64 release=1 pkgcategory="libs" full_pkgname=lzlib_1.13_amd64-1@libs blurb="A data compression library for the lzip format." homepage="https://lzip.nongnu.org/lzlib.html" license="GPLv2+" fetch="https://download.savannah.gnu.org/releases/lzip/lzlib/lzlib-1.13.tar.lz" replace=""