description="Utility for non-interactive download of files using HTTP, HTTPS and FTP." url="http://www.gnu.org/software/wget/" maintainer="gscrivano at gnu dot org" packager="spiky " name=wget version=1.24.5 makedepends=(perl libpsl) source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version ./configure --prefix=/usr \ --sysconfdir=/etc \ --with-ssl=openssl \ --disable-debug \ --mandir=/usr/share/man \ --infodir=/usr/share/info make make DESTDIR=$PKG install }