description="A network utility for downloading content from the Web." packager="CRUX System Team " maintainer="Lukc " url="http://www.gnu.org/software/wget/" depends=(openssl) name=wget version=1.12 release=1 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.lzma wgetrc) build () { cd $name-$version; ./configure \ --prefix=$prefix \ --sysconfdir=$sysconfdir \ --mandir=$mandir \ --disable-debug \ $(use_enable nls); make; make DESTDIR=$PKG install; install -D -m 644 $SRC/wgetrc $PKG$sysconfdir/wgetrc; }