wok-next diff intltool/receipt @ rev 4080
Up: coreutils (7.6)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Sep 15 17:01:42 2009 +0200 (2009-09-15) |
parents | 30c92afb4a60 |
children | bdb444d3c038 |
line diff
1.1 --- a/intltool/receipt Mon Jun 30 12:14:42 2008 +0200 1.2 +++ b/intltool/receipt Tue Sep 15 17:01:42 2009 +0200 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