core/wget to 1.12-5

This commit is contained in:
Kevin Mihelich 2011-03-03 12:56:51 -05:00
parent 07b775b1fa
commit 1f3040f383

View file

@ -1,7 +1,6 @@
# $Id: PKGBUILD 110501 2011-02-19 17:08:52Z angvp $
# $Id: PKGBUILD 110655 2011-02-21 09:03:23Z allan $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
# Plugbox changes: ONLY added libidn and libsigsegv to depends,
@ -9,13 +8,13 @@ plugrel=1
pkgname=wget
pkgver=1.12
pkgrel=4
pkgrel=5
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')
groups=('base')
depends=('glibc' 'openssl' 'libidn' 'libsigsegv')
depends=('libidn' 'libsigsegv' 'glibc' 'openssl')
optdepends=('ca-certificates: HTTPS downloads')
backup=('etc/wgetrc')
install=wget.install
@ -38,7 +37,7 @@ package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
cat > "$pkgdir/etc/wgetrc" <<EOF
cat >> "$pkgdir/etc/wgetrc" <<EOF
# default root certs location
ca_certificate=/etc/ssl/certs/ca-certificates.crt