wok rev 1468

readline: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 11:54:45 2008 +0000 (2008-10-04)
parents a809286e4301
children 0331431853db
files readline/receipt
line diff
     1.1 --- a/readline/receipt	Sat Oct 04 11:49:56 2008 +0000
     1.2 +++ b/readline/receipt	Sat Oct 04 11:54:45 2008 +0000
     1.3 @@ -7,7 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.6  WEB_SITE="http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html"
     1.7 -WGET_URL="ftp://ftp.cwru.edu/pub/bash/$TARBALL"
     1.8 +WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12 @@ -17,8 +17,8 @@
    1.13  		--prefix=/usr \
    1.14  		--infodir=/usr/share/info \
    1.15  		--mandir=/usr/share/man \
    1.16 -		$CONFIGURE_ARGS
    1.17 -	make
    1.18 +		$CONFIGURE_ARGS &&
    1.19 +	make &&
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }
    1.22