wok-4.x view jdk6-jaxp/receipt @ rev 11730
tintin: don't use extension in desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Tue Feb 21 09:02:38 2012 -0800 (2012-02-21) |
parents | f1207145dcb3 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="jdk6-jaxp"
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@mailoo.org"
8 BUILD_DEPENDS="wget"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://java.sun.com"
11 WGET_URL="https://jaxp.dev.java.net/files/documents/913/150648/$TARBALL"
12 COOK_OPT="!unpack !repack_src !fs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 compile_rules()
16 {
17 mkdir -p $fs/usr
18 }