wok-6.x view jdk6-jaf/receipt @ rev 17229

Up: pcmanfm & libfm (1.2.3)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Oct 16 14:56:42 2014 +0000 (2014-10-16)
parents 8387b6915400
children c264c093ebec
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@slitaz.org"
8 LICENSE="GPL2"
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 BUILD_DEPENDS="wget"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 compile_rules()
18 {
19 mkdir -p $fs/usr
20 }