# # A data compression library. # # Zlib is a software library used for data compression. Zlib was written # by Jean-loup Gailly and Mark Adler. And is an abstraction of the # deflate compression algorithm used in their gzip file compression # program. # 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=zlib pkgversion=1.2.13 arch=amd64 release=1 pkgcategory="libs" full_pkgname=zlib_1.2.13_amd64-1@libs blurb="A data compression library." homepage="https://zlib.net" license="Custom, zlib" fetch="https://zlib.net/zlib-1.2.13.tar.gz" replace=""