# # Utilities dealing with compressed files. # # Zutils is a collection of utilities able to process any combination of # compressed and uncompressed files transparently. If any given file, # including standard input, is compressed, its decompressed content is # used. Compressed files are decompressed on the fly; no temporary files # are created. # # These utilities are not wrapper scripts but safer and more efficient # C++ programs. In particular the --recursive option is very efficient # in those utilities supporting it. # 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=zutils pkgversion=1.12 arch=amd64 release=1 pkgcategory="compressors" full_pkgname=zutils_1.12_amd64-1@compressors blurb="Utilities dealing with compressed files." homepage="https://zutils.nongnu.org/zutils.html" license="GPLv2+" fetch="https://download.savannah.gnu.org/releases/zutils/zutils-1.12.tar.lz" replace=""