# # A (complex) compression utility based on the LZMA algorithm. # # XZ Utils is free general-purpose data compression software with a high # compression ratio. XZ Utils were written for POSIX-like systems, but # also work on some not-so-POSIX systems. # # WARNING: # The usage of this utility to distribute files or backup your data # IS TOTALLY DISCOURAGED. Limit its usage to decompression only, # since some maintainers refuse to distribute in a better format. # # For more information, see https://lzip.nongnu.org/xz_inadequate.html # # It is highly recommended the use of lzip(1) instead of xz(1). # 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=xz pkgversion=5.4.1 arch=amd64 release=1 pkgcategory="compressors" full_pkgname=xz_5.4.1_amd64-1@compressors blurb="A (complex) compression utility based on the LZMA algorithm." homepage="https://tukaani.org/xz" license="GPLv2+" fetch="https://tukaani.org/xz/xz-5.4.1.tar.bz2" replace=""