wok view jdk6-jaxws/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (23 months ago)
parents c264c093ebec
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="jdk6-jaxws"
4 VERSION="b20"
5 CATEGORY="meta"
6 SHORT_DESC="A component of Sun's jdk6 we use to cook icedtea6 (empty package)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://java.sun.com"
11 WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL"
12 COOK_OPT="!unpack !repack_src !fs"
14 BUILD_DEPENDS="wget"
16 # What is the latest version available today?
17 current_version()
18 {
19 wget -O - ${WGET_URL%/*} 2>/dev/null | \
20 sed "/latest/d;/$PACKAGE-[0-9]/!d;/zip/!d;s|.*$PACKAGE-\\(.*\\).zip.*|\\1|" | sort -Vr | sed q
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 compile_rules()
25 {
26 mkdir -p $fs/usr
27 }