# Compiling time: 0.14 SBU # Maintainer: crazy # Contributor: Miklos Vajna pkgname=wget pkgver=1.18 pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="http://www.gnu.org/software/wget/wget.html" depends=('openssl>=1.0.0' 'libidn>=1.30') groups=('network' 'chroot-core') archs=('i686' 'x86_64' 'arm') Fup2gnugz source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz) Fconfopts="${Fconfopts[@]} --with-ssl=openssl" signatures=(${source[0]}.sig) build() { # Note : We do not build with --enable-nls, because there is a bug in wget causing # international domain names to be not properly converted to punycode if # the current locale is a UTF-8 one # See : http://lists.gnu.org/archive/html/bug-wget/2011-02/msg00026.html Fbuild cat >> "$Fdestdir/etc/wgetrc" <