wok diff intltool/receipt @ rev 1631

kbd-busybox: can't build on virtual systems !
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 23 20:31:20 2008 +0000 (2008-10-23)
parents 30c92afb4a60
children bdb444d3c038
line diff
     1.1 --- a/intltool/receipt	Mon Jun 30 12:14:42 2008 +0200
     1.2 +++ b/intltool/receipt	Thu Oct 23 20:31:20 2008 +0000
     1.3 @@ -7,6 +7,7 @@
     1.4  MAINTAINER="pankso@slitaz.org"
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  DEPENDS="perl perl-xml-parser"
     1.7 +BUILD_DEPENDS="perl perl-xml-parser"
     1.8  WEB_SITE="http://www.gnome.org/"
     1.9  WGET_URL="http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/$TARBALL"
    1.10  
    1.11 @@ -16,8 +17,8 @@
    1.12  	cd $src
    1.13  	./configure \
    1.14  		--prefix=/usr \
    1.15 -		$CONFIGURE_ARGS
    1.16 -	make
    1.17 +		$CONFIGURE_ARGS &&
    1.18 +	make &&
    1.19  	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21