# HG changeset patch # User Christopher Rogers # Date 1319663921 0 # Node ID b59066f9fc8d0cf4d671b609e122b5e081099feb # Parent 8bfb1e920e6b3dbe8f6d5330812383066aae1b0b Up: wget to 1.13.4. diff -r 8bfb1e920e6b -r b59066f9fc8d wget/receipt --- a/wget/receipt Wed Oct 26 21:17:23 2011 +0000 +++ b/wget/receipt Wed Oct 26 21:18:41 2011 +0000 @@ -1,13 +1,13 @@ # SliTaz package receipt. PACKAGE="wget" -VERSION="1.12" +VERSION="1.13.4" CATEGORY="utilities" SHORT_DESC="retrieve files from the web" MAINTAINER="sygne@ombres.eu" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.gnu.org/software/wget/wget.html" -WGET_URL="http://ftp.gnu.org/gnu/wget/$TARBALL" +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" DEPENDS="openssl libidn" BUILD_DEPENDS="openssl-dev libidn-dev" @@ -16,7 +16,7 @@ compile_rules() { cd $src - ./configure $CONFIGURE_ARGS && + ./configure --with-ssl=openssl $CONFIGURE_ARGS && make DESTDIR=$DESTDIR install }