wok rev 16968
Add icedtea7 meta-package dependencies
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Thu Jul 31 21:01:46 2014 -0300 (2014-07-31) |
parents | f5cac0fe4041 |
children | 16e9eac23bd8 |
files | jdk7-corba/receipt jdk7-hotspot/receipt jdk7-jaf/receipt jdk7-jaxp/receipt jdk7-jaxws/receipt jdk7-langtools/receipt openjdk-7-src/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/jdk7-corba/receipt Thu Jul 31 21:01:46 2014 -0300 1.3 @@ -0,0 +1,21 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="jdk7-corba" 1.7 +VERSION="2.5.1" 1.8 +CATEGORY="meta" 1.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" 1.10 +MAINTAINER="yuripourre@gmail.com" 1.11 +LICENSE="GPL2" 1.12 +SOURCE="corba" 1.13 +WEB_SITE="http://icedtea.classpath.org" 1.14 +TARBALL="$SOURCE.tar.bz2" 1.15 +WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL" 1.16 +COOK_OPT="!unpack !repack_src !fs" 1.17 + 1.18 +BUILD_DEPENDS="wget" 1.19 + 1.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.21 +compile_rules() 1.22 +{ 1.23 + mkdir -p $fs/usr 1.24 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/jdk7-hotspot/receipt Thu Jul 31 21:01:46 2014 -0300 2.3 @@ -0,0 +1,21 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="jdk7-hotspot" 2.7 +VERSION="2.5.1" 2.8 +CATEGORY="meta" 2.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" 2.10 +MAINTAINER="yuripourre@gmail.com" 2.11 +LICENSE="GPL2" 2.12 +SOURCE="hotspot" 2.13 +WEB_SITE="http://icedtea.classpath.org" 2.14 +TARBALL="$SOURCE.tar.bz2" 2.15 +WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL" 2.16 +COOK_OPT="!unpack !repack_src !fs" 2.17 + 2.18 +BUILD_DEPENDS="wget" 2.19 + 2.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.21 +compile_rules() 2.22 +{ 2.23 + mkdir -p $fs/usr 2.24 +}
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/jdk7-jaf/receipt Thu Jul 31 21:01:46 2014 -0300 3.3 @@ -0,0 +1,20 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="jdk7-jaf" 3.7 +VERSION="2010_08_19" 3.8 +CATEGORY="meta" 3.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" 3.10 +MAINTAINER="yuripourre@gmail.com" 3.11 +LICENSE="GPL2" 3.12 +TARBALL="$PACKAGE-$VERSION.zip" 3.13 +WEB_SITE="http://java.sun.com" 3.14 +WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL" 3.15 +COOK_OPT="!unpack !repack_src !fs" 3.16 + 3.17 +BUILD_DEPENDS="wget" 3.18 + 3.19 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.20 +compile_rules() 3.21 +{ 3.22 + mkdir -p $fs/usr 3.23 +}
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/jdk7-jaxp/receipt Thu Jul 31 21:01:46 2014 -0300 4.3 @@ -0,0 +1,21 @@ 4.4 +# SliTaz package receipt. 4.5 + 4.6 +PACKAGE="jdk7-jaxp" 4.7 +VERSION="2.5.1" 4.8 +CATEGORY="meta" 4.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" 4.10 +MAINTAINER="yuripourre@gmail.com" 4.11 +LICENSE="GPL2" 4.12 +SOURCE="jaxp" 4.13 +WEB_SITE="http://icedtea.classpath.org" 4.14 +TARBALL="$SOURCE.tar.bz2" 4.15 +WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL" 4.16 +COOK_OPT="!unpack !repack_src !fs" 4.17 + 4.18 +BUILD_DEPENDS="wget" 4.19 + 4.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 4.21 +compile_rules() 4.22 +{ 4.23 + mkdir -p $fs/usr 4.24 +}
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/jdk7-jaxws/receipt Thu Jul 31 21:01:46 2014 -0300 5.3 @@ -0,0 +1,21 @@ 5.4 +# SliTaz package receipt. 5.5 + 5.6 +PACKAGE="jdk7-jaxws" 5.7 +VERSION="2.5.1" 5.8 +CATEGORY="meta" 5.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" 5.10 +MAINTAINER="yuripourre@gmail.com" 5.11 +LICENSE="GPL2" 5.12 +SOURCE="jaxws" 5.13 +WEB_SITE="http://icedtea.classpath.org" 5.14 +TARBALL="$SOURCE.tar.bz2" 5.15 +WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL" 5.16 +COOK_OPT="!unpack !repack_src !fs" 5.17 + 5.18 +BUILD_DEPENDS="wget" 5.19 + 5.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 5.21 +compile_rules() 5.22 +{ 5.23 + mkdir -p $fs/usr 5.24 +}
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/jdk7-langtools/receipt Thu Jul 31 21:01:46 2014 -0300 6.3 @@ -0,0 +1,21 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="jdk7-langtools" 6.7 +VERSION="2.5.1" 6.8 +CATEGORY="meta" 6.9 +SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)" 6.10 +MAINTAINER="yuripourre@gmail.com" 6.11 +LICENSE="GPL2" 6.12 +SOURCE="langtools" 6.13 +WEB_SITE="http://icedtea.classpath.org" 6.14 +TARBALL="$SOURCE.tar.bz2" 6.15 +WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL" 6.16 +COOK_OPT="!unpack !repack_src !fs" 6.17 + 6.18 +BUILD_DEPENDS="wget" 6.19 + 6.20 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.21 +compile_rules() 6.22 +{ 6.23 + mkdir -p $fs/usr 6.24 +}
7.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 7.2 +++ b/openjdk-7-src/receipt Thu Jul 31 21:01:46 2014 -0300 7.3 @@ -0,0 +1,19 @@ 7.4 +# SliTaz package receipt. 7.5 + 7.6 +PACKAGE="openjdk-7-src" 7.7 +VERSION="b147-27_jun_2011" 7.8 +CATEGORY="meta" 7.9 +SHORT_DESC="OpenJDK 7 we use to cook icedtea7 (empty package)" 7.10 +MAINTAINER="yuripourre@gmail.com" 7.11 +LICENSE="GPL2" 7.12 +SOURCE="openjdk-7-fcs-src" 7.13 +TARBALL="$SOURCE-$VERSION.zip" 7.14 +WEB_SITE="http://java.sun.com" 7.15 +WGET_URL="http://download.java.net/openjdk/jdk7/promoted/${VERSION%-*}/$TARBALL" 7.16 +COOK_OPT="!unpack !repack_src !fs" 7.17 + 7.18 +# Rules to gen a SliTaz package suitable for Tazpkg. 7.19 +compile_rules() 7.20 +{ 7.21 + mkdir -p $fs/usr 7.22 +}