wok diff readline/receipt @ rev 1763
Up: gimp (2.6.3)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Nov 25 16:03:52 2008 +0100 (2008-11-25) |
parents | 93ddc3aa7689 |
children | 4bd2ff77d103 |
line diff
1.1 --- a/readline/receipt Mon Apr 21 16:09:29 2008 +0200 1.2 +++ b/readline/receipt Tue Nov 25 16:03:52 2008 +0100 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