wok view jdk7-jaf/receipt @ rev 21859

updated sarg and sarg-php (2.3.1 -> 2.3.11)
author Hans-G?nter Theisgen
date Thu Sep 19 16:26:43 2019 +0100 (2019-09-19)
parents
children af8d823a3077
line source
1 # SliTaz package receipt.
3 PACKAGE="jdk7-jaf"
4 VERSION="2010_08_19"
5 CATEGORY="meta"
6 SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)"
7 MAINTAINER="yuripourre@gmail.com"
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 # Rules to gen a SliTaz package suitable for Tazpkg.
17 compile_rules()
18 {
19 mkdir -p $fs/usr
20 }