# # The non-interactive network downloader (version 2). # # GNU Wget2 is the successor of GNU Wget, a file and recursive website # downloader. Designed and written from scratch it wraps around libwget, # that provides the basic functions needed by a web client. # # Wget2 works multi-threaded and uses many features to allow fast operation. # # In many cases Wget2 downloads much faster than Wget1.x due to HTTP2, # HTTP compression, parallel connections and use of If-Modified-Since # HTTP header. # 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=wget2 pkgversion=2.0.1 arch=amd64 release=1 pkgcategory="networking" full_pkgname=wget2_2.0.1_amd64-1@networking blurb="The non-interactive network downloader (version 2)." homepage="https://www.gnu.org/software/wget" license="GPLv3+, LGPLv3+" fetch="https://ftp.gnu.org/gnu/wget/wget2-2.0.1.tar.lz" replace=""