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

View file

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