wok-next view jdk7-langtools/receipt @ rev 20473

Tiny edits...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Mar 10 16:57:21 2018 +0200 (2018-03-10)
parents 3e4d8dd8e394
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="jdk7-langtools"
4 VERSION="2.5.1"
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 WEB_SITE="http://icedtea.classpath.org"
11 TARBALL="langtools.tar.bz2"
12 WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL"
14 COOK_OPT="!unpack !repack_src !fs"
16 compile_rules() {
17 mkdir -p $install
18 }