wget: update to 1.14.

This commit is contained in:
Juan RP 2012-08-10 17:17:08 +02:00
parent 626ec6ee08
commit bfceb48284
2 changed files with 7 additions and 7 deletions

View file

@ -1,17 +1,17 @@
# Template file for 'wget'
pkgname=wget
version=1.13.4
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--with-ssl=openssl"
version=1.14
revision=1
build_style=gnu-configure
configure_args="--with-ssl=openssl --without-included-regex"
depends="ca-certificates"
makedepends="perl>=0 openssl-devel libidn-devel"
short_desc="The GNU wget utility"
maintainer="Juan RP <xtraeme@gmail.org>"
homepage="http://www.gnu.org/software/wget/wget.html"
license="GPL-3"
checksum=24c7710bc9f220ce23d8a9e0f5673b0efc1cace62db6de0239b5863ecc934dcd
distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz"
checksum=f3a6898e3a765bb94435b04a6668db9e5d19b3e90e0c69a503a2773ae936c269
long_desc="
GNU Wget is a free software package for retrieving files using HTTP,
HTTPS and FTP, the most widely-used Internet protocols. It is a
@ -36,8 +36,7 @@ long_desc="
conf_files="/etc/wgetrc"
post_install()
{
post_install() {
echo "ca_certificate=/etc/ssl/certs/ca-certificates.crt" \
>> ${DESTDIR}/etc/wgetrc
}

View file

@ -3,3 +3,4 @@ libcrypto.so.1
libidn.so.11
librt.so.1
libc.so.6
libz.so.1