wok-stable rev 1537
midori, webkit-r: update BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 09 21:05:08 2008 +0000 (2008-10-09) |
parents | 7b1e1964c72b |
children | 91a81354feee |
files | midori/receipt webkit-r/receipt |
line diff
1.1 --- a/midori/receipt Thu Oct 09 19:43:58 2008 +0000 1.2 +++ b/midori/receipt Thu Oct 09 21:05:08 2008 +0000 1.3 @@ -7,7 +7,7 @@ 1.4 MAINTAINER="pankso@slitaz.org" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 DEPENDS="libsexy webkit-r icu curl openssl" 1.7 -BUILD_DEPENDS="libsexy-dev webkit-r-dev icu-dev curl-dev" 1.8 +BUILD_DEPENDS="libsexy-dev libsexy webkit-r-dev webkit-r icu-dev icu curl-dev" 1.9 WEB_SITE="http://software.twotoasts.de/?page=midori" 1.10 WGET_URL="http://software.twotoasts.de/media/midori/$TARBALL" 1.11 1.12 @@ -19,8 +19,8 @@ 1.13 ./configure \ 1.14 --prefix=/usr \ 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
2.1 --- a/webkit-r/receipt Thu Oct 09 19:43:58 2008 +0000 2.2 +++ b/webkit-r/receipt Thu Oct 09 21:05:08 2008 +0000 2.3 @@ -5,7 +5,7 @@ 2.4 CATEGORY="network" 2.5 SHORT_DESC="xHTML render library." 2.6 DEPENDS="libxslt" 2.7 -BUILD_DEPENDS="icu-dev gperf libxslt-dev glib-dev" 2.8 +BUILD_DEPENDS="icu-dev icu gperf libxslt-dev glib-dev" 2.9 MAINTAINER="pankso@slitaz.org" 2.10 TARBALL="WebKit-r${VERSION}.tar.bz2" 2.11 WEB_SITE="http://webkit.org/"