wok-current view openjdk-6-src/receipt @ rev 13535
gnome-vfs: repaired (from unwork state); added gnome-vfs-i18n (optional lang files)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Oct 23 11:28:07 2012 +0200 (2012-10-23) |
parents | 8ce80da325d9 |
children | 23c3aed67cd9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="openjdk-6-src"
4 VERSION="b20-21_jun_2010"
5 CATEGORY="meta"
6 SHORT_DESC="Openjdk6 we use to cook icedtea6 (empty package)"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://java.sun.com"
10 WGET_URL="http://download.java.net/openjdk/jdk6/promoted/${VERSION%-*}/$TARBALL"
11 COOK_OPT="!unpack !repack_src !fs"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 compile_rules()
15 {
16 mkdir -p $fs/usr
17 }