wok-next diff popt/receipt @ rev 5776
busybox: update patches
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 07 20:55:53 2010 +0200 (2010-07-07) |
parents | 98cbcc757c0e |
children | fb4f0d051fc1 |
line diff
1.1 --- a/popt/receipt Thu Jan 07 23:28:00 2010 +0100 1.2 +++ b/popt/receipt Wed Jul 07 20:55:53 2010 +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://rpm5.org/" 1.7 -WGET_URL="http://freshmeat.net/redir/popt/72854/url_tgz/$TARBALL" 1.8 +WGET_URL="${WEB_SITE}files/$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