wok-next annotate jdk7-jaf/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents 3e4d8dd8e394
children d5aab818505e
rev   line source
yuripourre@16968 1 # SliTaz package receipt.
yuripourre@16968 2
yuripourre@16968 3 PACKAGE="jdk7-jaf"
yuripourre@16968 4 VERSION="2010_08_19"
yuripourre@16968 5 CATEGORY="meta"
yuripourre@16968 6 SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)"
yuripourre@16968 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16968 8 LICENSE="GPL2"
al@20473 9 WEB_SITE="http://java.sun.com"
al@20473 10
yuripourre@16968 11 TARBALL="$PACKAGE-$VERSION.zip"
yuripourre@16968 12 WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL"
al@20473 13
yuripourre@16968 14 COOK_OPT="!unpack !repack_src !fs"
yuripourre@16968 15
al@20473 16 compile_rules() {
al@20473 17 mkdir -p $install
yuripourre@16968 18 }