wok diff wget/receipt @ rev 12544

pcmanfm: Fix build with binutils 2.22 (use LDFLAGS)
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 26 13:38:37 2012 +0200 (2012-04-26)
parents a6e36f74605c
children fdf32f3b2d65
line diff
     1.1 --- a/wget/receipt	Fri May 20 03:56:23 2011 +0000
     1.2 +++ b/wget/receipt	Thu Apr 26 13:38:37 2012 +0200
     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