# # Archiver with multimember lzip compression (version 0.23). # # Tarlz is a combined implementation of the tar archiver and the lzip # compressor. By default tarlz creates, lists and extracts archives in a # simplified posix pax format compressed with lzip on a per file basis. # Each tar member is compressed in its own lzip member, as well as the # end-of-file blocks. This method adds an indexed lzip layer on top of # the tar archive, making it possible to decode the archive safely in # parallel. The resulting multimember tar.lz archive is fully backward # compatible with standard tar tools like GNU tar, which treat it like # any other tar.lz archive. Tarlz can append files to the end of such # compressed archives. # 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=tarlz pkgversion=0.23 arch=amd64 release=1 pkgcategory="tools" full_pkgname=tarlz@tools blurb="Archiver with multimember lzip compression (version 0.23)." homepage="https://lzip.nongnu.org/tarlz.html" license="GPLv2+" fetch="https://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.23.tar.lz" replace=""