wok diff popt/receipt @ rev 16909

gtk+: update bdeps
author Yuri Pourre <yuripourre@gmail.com>
date Tue Jul 15 21:12:52 2014 -0300 (2014-07-15)
parents 51a1ebbda768
children a78610b2eb47
line diff
     1.1 --- a/popt/receipt	Fri Oct 18 19:43:55 2013 +0000
     1.2 +++ b/popt/receipt	Tue Jul 15 21:12:52 2014 -0300
     1.3 @@ -7,20 +7,15 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  LICENSE="MIT"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WEB_SITE="http://rpm5.org/"
     1.8 -WGET_URL="${WEB_SITE}files/$PACKAGE/$TARBALL"
     1.9 +WEB_SITE="http://directory.fsf.org/project/popt/"
    1.10 +WGET_URL="http://rpm5.org/files/popt/$TARBALL"
    1.11 +HOST_ARCH="i486 arm"
    1.12  
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	./configure \
    1.18 -		--prefix=/usr \
    1.19 -		--infodir=/usr/share/info \
    1.20 -		--mandir=/usr/share/man \
    1.21 -		$CONFIGURE_ARGS &&
    1.22 -	make &&
    1.23 -	make DESTDIR=$DESTDIR install
    1.24 +	./configure $CONFIGURE_ARGS &&
    1.25 +	make && make install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.