# # Compression utility. # # Gzip (GNU zip) is a compression utility designed to be a replacement # for 'compress'. Its main advantages over 'compress' are much better # compression and freedom from patented algorithms. It has been adopted # by the GNU project and is now relatively popular on the Internet. # # This package has been built to be used with the zutils package. # 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=gzip pkgversion=1.12 arch=amd64 release=2 pkgcategory="compressors" full_pkgname=gzip_1.12_amd64-2@compressors blurb="Compression utility." homepage="https://www.gnu.org/software/gzip" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/gzip/gzip-1.12.tar.gz" replace=""