# # The non-interactive network downloader. # # GNU Wget is a free software package for retrieving files using HTTP, # HTTPS, FTP and FTPS the most widely-used Internet protocols. It is a # non-interactive commandline tool, so it may easily be called from # scripts, cron jobs, terminals without X-Windows support, etc. # 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=wget pkgversion=1.21.3 arch=amd64 release=1 pkgcategory="networking" full_pkgname=wget_1.21.3_amd64-1@networking blurb="The non-interactive network downloader." homepage="https://www.gnu.org/software/wget" license="GPLv3+" fetch="https://ftp.gnu.org/gnu/wget/wget-1.21.3.tar.lz" replace=""