wok rev 4744

popt: fix WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jan 08 10:20:26 2010 +0100 (2010-01-08)
parents 175595bba021
children 05a0023d53ab
files popt/receipt
line diff
     1.1 --- a/popt/receipt	Fri Jan 08 07:45:45 2010 +0100
     1.2 +++ b/popt/receipt	Fri Jan 08 10:20:26 2010 +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://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