wok-next rev 9634
Fixes: ecj, fop, rhino, xalan-xerces-j, xlogo (jre is not a package --> java-jre)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Apr 26 15:26:46 2011 +0200 (2011-04-26) |
parents | 2a0283b9fe05 |
children | 57877ce4dbf3 |
files | ecj/receipt fop/receipt rhino/receipt xalan-xerces-j/receipt xlogo/receipt |
line diff
1.1 --- a/ecj/receipt Tue Apr 26 15:19:31 2011 +0200 1.2 +++ b/ecj/receipt Tue Apr 26 15:26:46 2011 +0200 1.3 @@ -5,10 +5,6 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="The Eclipse standalone batch Java compiler and Ant compiler adapter." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="jre" 1.8 -#DEPENDS="java-jre" 1.9 -BUILD_DEPENDS="" 1.10 -SUGGESTED="" 1.11 TARBALL="$PACKAGE-$VERSION.jar" 1.12 WEB_SITE="http://www.eclipse.org/jdt/core/" 1.13 # 3.4.2: WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-200902111700/$TARBALL" 1.14 @@ -17,6 +13,9 @@ 1.15 WGET_URL="http://download.eclipse.org/eclipse/downloads/drops/R-$VERSION-201006080911/$TARBALL" 1.16 TAGS="compiler java" 1.17 1.18 +DEPENDS="java-jre" 1.19 +BUILD_DEPENDS="" 1.20 + 1.21 # Rules to configure and make the package. 1.22 compile_rules() 1.23 {
2.1 --- a/fop/receipt Tue Apr 26 15:19:31 2011 +0200 2.2 +++ b/fop/receipt Tue Apr 26 15:26:46 2011 +0200 2.3 @@ -5,11 +5,13 @@ 2.4 CATEGORY="development" 2.5 SHORT_DESC="Open source XSL-FO implementation." 2.6 MAINTAINER="paul@slitaz.org" 2.7 -DEPENDS="" 2.8 TARBALL="$PACKAGE-$VERSION-bin.tar.gz" 2.9 WEB_SITE="http://xmlgraphics.apache.org/fop/" 2.10 WGET_URL="http://apache.mirrors.timporter.net/xmlgraphics/fop/binaries/$TARBALL" 2.11 -SUGGESTED="get-java6-jre" 2.12 +SUGGESTED="java-jre" 2.13 + 2.14 +DEPENDS="" 2.15 +BUILD_DEPENDS="" 2.16 2.17 # Rules to gen a SliTaz package suitable for Tazpkg. 2.18 genpkg_rules()
3.1 --- a/rhino/receipt Tue Apr 26 15:19:31 2011 +0200 3.2 +++ b/rhino/receipt Tue Apr 26 15:26:46 2011 +0200 3.3 @@ -5,15 +5,14 @@ 3.4 CATEGORY="development" 3.5 SHORT_DESC="JavaScript for Java." 3.6 MAINTAINER="rcx@zoominternet.net" 3.7 -DEPENDS="jre" 3.8 -#DEPENDS="java-jre" 3.9 -BUILD_DEPENDS="" 3.10 -SUGGESTED="" 3.11 TARBALL="${PACKAGE}1_7R2.zip" 3.12 WEB_SITE="http://www.mozilla.org/rhino/" 3.13 WGET_URL="ftp://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL" 3.14 TAGS="java javascript" 3.15 3.16 +DEPENDS="java-jre" 3.17 +BUILD_DEPENDS="" 3.18 + 3.19 # Rules to configure and make the package. 3.20 compile_rules() 3.21 {
4.1 --- a/xalan-xerces-j/receipt Tue Apr 26 15:19:31 2011 +0200 4.2 +++ b/xalan-xerces-j/receipt Tue Apr 26 15:26:46 2011 +0200 4.3 @@ -6,14 +6,14 @@ 4.4 CATEGORY="development" 4.5 SHORT_DESC="A validating XML parser and an XSLT processor written in Java." 4.6 MAINTAINER="rcx@zoominternet.net" 4.7 -DEPENDS="jre" 4.8 -#DEPENDS="java-jre" 4.9 -BUILD_DEPENDS="tar" 4.10 SUGGESTED="" 4.11 TARBALL="${SOURCE}_2_7_1-bin-2jars.tar.gz" 4.12 WEB_SITE="http://xalan.apache.org/" 4.13 WGET_URL="http://www.apache.org/dist/xml/xalan-j/binaries/$TARBALL" 4.14 4.15 +DEPENDS="java-jre" 4.16 +BUILD_DEPENDS="tar" 4.17 + 4.18 # Rules to configure and make the package. 4.19 compile_rules() 4.20 {
5.1 --- a/xlogo/receipt Tue Apr 26 15:19:31 2011 +0200 5.2 +++ b/xlogo/receipt Tue Apr 26 15:26:46 2011 +0200 5.3 @@ -5,8 +5,10 @@ 5.4 CATEGORY="games" 5.5 SHORT_DESC="A logo interpreter written in java." 5.6 MAINTAINER="claudinei@slitaz.org" 5.7 +WEB_SITE="http://xlogo.tuxfamily.org" 5.8 + 5.9 DEPENDS="java-jre" 5.10 -WEB_SITE="http://xlogo.tuxfamily.org" 5.11 +BUILD_DEPENDS="" 5.12 5.13 # Rules to configure and make the package. 5.14 compile_rules()