wok-next view jdk6-jaf/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents c264c093ebec
children d5aab818505e
line source
1 # SliTaz package receipt v2.
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 WEB_SITE="http://java.sun.com"
11 TARBALL="$PACKAGE-$VERSION.zip"
12 WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL"
14 COOK_OPT="!unpack !repack_src !fs"
16 compile_rules() {
17 mkdir -p $install
18 }