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="tnut <tnut@nutyx.org>"
name=wget
version=1.20

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
}
