wok view jdk6-jaf/receipt @ rev 10739

locale-*: Up to 4.0 version string, had core pkgs to french pack (we dont have any po file now!) and add nano, mtpaint, midori to all languages pack
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 30 00:54:30 2011 +0200 (2011-05-30)
parents f1207145dcb3
children 8387b6915400
line source
1 # SliTaz package receipt.
3 PACKAGE="jdk6-jaf"
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@mailoo.org"
8 BUILD_DEPENDS="wget"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://java.sun.com"
11 WGET_URL="https://jax-ws.dev.java.net/files/documents/4202/150725/$TARBALL"
12 COOK_OPT="!unpack !repack_src !fs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 compile_rules()
16 {
17 mkdir -p $fs/usr
18 }