# # Tool to package and manipulate files. # # The tar program provides the ability to create tar archives, as well as # various other kinds of manipulation. For example, you can use tar on # previously created archives to extract files, to store additional # files, or to update or list files which were already stored. # # The name of tar comes from "Tape ARchiver". # 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=tar pkgversion=1.34 arch=amd64 release=1 pkgcategory="tools" full_pkgname=tar_1.34_amd64-1@tools blurb="Tool to package and manipulate files." homepage="https://www.gnu.org/software/tar" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/tar/tar-1.34.tar.bz2" replace=""