mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/wget to 1.12-5
This commit is contained in:
parent
07b775b1fa
commit
1f3040f383
1 changed files with 4 additions and 5 deletions
|
@ -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>
|
# Maintainer: Allan McRae <allan@archlinux.org>
|
||||||
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
# Contributor: Judd Vinet <jvinet@zeroflux.org>
|
||||||
# Maintainer: Mike Staszel <mikestaszel@plugboxlinux.org>
|
|
||||||
|
|
||||||
# Plugbox changes: ONLY added libidn and libsigsegv to depends,
|
# Plugbox changes: ONLY added libidn and libsigsegv to depends,
|
||||||
|
|
||||||
|
@ -9,13 +8,13 @@ plugrel=1
|
||||||
|
|
||||||
pkgname=wget
|
pkgname=wget
|
||||||
pkgver=1.12
|
pkgver=1.12
|
||||||
pkgrel=4
|
pkgrel=5
|
||||||
pkgdesc="A network utility to retrieve files from the Web"
|
pkgdesc="A network utility to retrieve files from the Web"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.gnu.org/software/wget/wget.html"
|
url="http://www.gnu.org/software/wget/wget.html"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('glibc' 'openssl' 'libidn' 'libsigsegv')
|
depends=('libidn' 'libsigsegv' 'glibc' 'openssl')
|
||||||
optdepends=('ca-certificates: HTTPS downloads')
|
optdepends=('ca-certificates: HTTPS downloads')
|
||||||
backup=('etc/wgetrc')
|
backup=('etc/wgetrc')
|
||||||
install=wget.install
|
install=wget.install
|
||||||
|
@ -38,7 +37,7 @@ package() {
|
||||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||||
make DESTDIR="${pkgdir}" install
|
make DESTDIR="${pkgdir}" install
|
||||||
|
|
||||||
cat > "$pkgdir/etc/wgetrc" <<EOF
|
cat >> "$pkgdir/etc/wgetrc" <<EOF
|
||||||
|
|
||||||
# default root certs location
|
# default root certs location
|
||||||
ca_certificate=/etc/ssl/certs/ca-certificates.crt
|
ca_certificate=/etc/ssl/certs/ca-certificates.crt
|
||||||
|
|
Loading…
Reference in a new issue