wok rev 11143

Up: wget to 1.13.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 21:18:41 2011 +0000 (2011-10-26)
parents 8bfb1e920e6b
children cbebb3eed7c2
files wget/receipt
line diff
     1.1 --- a/wget/receipt	Wed Oct 26 21:17:23 2011 +0000
     1.2 +++ b/wget/receipt	Wed Oct 26 21:18:41 2011 +0000
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wget"
     1.7 -VERSION="1.12"
     1.8 +VERSION="1.13.4"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="retrieve files from the web"
    1.11  MAINTAINER="sygne@ombres.eu"
    1.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.14  WEB_SITE="http://www.gnu.org/software/wget/wget.html"
    1.15 -WGET_URL="http://ftp.gnu.org/gnu/wget/$TARBALL"
    1.16 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17  
    1.18  DEPENDS="openssl libidn"
    1.19  BUILD_DEPENDS="openssl-dev libidn-dev"
    1.20 @@ -16,7 +16,7 @@
    1.21  compile_rules()
    1.22  {
    1.23  	cd $src	
    1.24 -	./configure $CONFIGURE_ARGS &&
    1.25 +	./configure --with-ssl=openssl $CONFIGURE_ARGS &&
    1.26  	make DESTDIR=$DESTDIR install
    1.27  }
    1.28