wok diff readline/receipt @ rev 3277

Add: ophcrack, libqwt5-qt4, libqwt5-qt4-dev
author Cedric Tissieres <slitaz@objectif-securite.ch>
date Tue Jun 02 09:43:25 2009 +0200 (2009-06-02)
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 Jun 02 09:43:25 2009 +0200
     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