# # Multi-format archive and compression library. # # The libarchive project develops a portable, efficient C library that # can read and write streaming archives in a variety of formats. # # It also includes implementations of the common tar, cpio, and zcat # command-line tools that use the libarchive library. # 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=libarchive pkgversion=3.6.2 arch=amd64 release=1 pkgcategory="libs" full_pkgname=libarchive_3.6.2_amd64-1@libs blurb="Multi-format archive and compression library." homepage="http:/libarchive.org" license="BSD" fetch="https://libarchive.org/downloads/libarchive-3.6.2.tar.gz" replace=""