# $Id: PKGBUILD 169712 2012-10-27 01:52:51Z stephane $ # Maintainer: Allan McRae # Contributor: Judd Vinet pkgname=wget pkgver=1.14 pkgrel=2 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' 'pcre' 'util-linux') optdepends=('ca-certificates: HTTPS downloads') backup=('etc/wgetrc') install=wget.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}) md5sums=('316f6f59292c9098ad81fd54f658c579' '3e121933d69f32fa58776bff76bcebd0') build() { cd "${srcdir}/${pkgname}-${pkgver}" ./configure -with-ssl=openssl --prefix=/usr --sysconfdir=/etc --enable-nls make } package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install cat >> "$pkgdir/etc/wgetrc" <