wok-current diff intltool/receipt @ rev 3877
Downgrade: ecj (3.5 to 3.4.2) [icedtea6 compatibility]
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Aug 10 12:29:28 2009 +0000 (2009-08-10) |
parents | 30c92afb4a60 |
children | bdb444d3c038 |
line diff
1.1 --- a/intltool/receipt Mon Jun 30 12:14:42 2008 +0200 1.2 +++ b/intltool/receipt Mon Aug 10 12:29:28 2009 +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