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

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents
children e1c0edabdcb2
line source
1 # SliTaz package receipt.
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 SOURCE="langtools"
10 WEB_SITE="http://icedtea.classpath.org"
11 TARBALL="$SOURCE.tar.bz2"
12 WGET_URL="http://icedtea.wildebeest.org/download/drops/icedtea7/$VERSION/$TARBALL"
13 COOK_OPT="!unpack !repack_src !fs"
15 BUILD_DEPENDS="wget"
17 # Rules to gen a SliTaz package suitable for Tazpkg.
18 compile_rules()
19 {
20 mkdir -p $fs/usr
21 }