# # A utility for extracting ZIP files. # # UnZip is an extraction utility for archives compressed in .zip format # (also called "zipfiles"). Although highly compatible both with # PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own # Zip program, our primary objectives have been portability and non-MSDOS # functionality. # 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=unzip pkgversion=6.0 arch=amd64 release=1 pkgcategory="compressors" full_pkgname=unzip_6.0_amd64-1@compressors blurb="A utility for extracting ZIP files." homepage="https://www.info-zip.org/UnZip.html" license="Custom, Info-Zip" fetch="https://downloads.sourceforge.net/infozip/unzip60.tar.gz" replace=""