# $Id$ # Maintainer: Eric BĂ©langer pkgname=wget pkgver=1.15 pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" arch=('i686' 'x86_64') url="http://www.gnu.org/software/wget/wget.html" license=('GPL3') depends=('openssl' 'libidn' 'util-linux') checkdepends=('perl-http-daemon' 'perl-io-socket-ssl') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') install=wget.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) sha1sums=('e9fb1d25fa04f9c69e74e656a3174dca02700ba1' 'SKIP') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" cat >> doc/sample.wgetrc <