wok annotate openjdk-7-src/receipt @ rev 19857

syslinux/iso2exe: fix recursive_partition + hybrib_mbr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 18 09:21:47 2017 +0100 (2017-03-18)
parents
children 3705d68ed8f3
rev   line source
yuripourre@16968 1 # SliTaz package receipt.
yuripourre@16968 2
yuripourre@16968 3 PACKAGE="openjdk-7-src"
yuripourre@16968 4 VERSION="b147-27_jun_2011"
yuripourre@16968 5 CATEGORY="meta"
yuripourre@16968 6 SHORT_DESC="OpenJDK 7 we use to cook icedtea7 (empty package)"
yuripourre@16968 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16968 8 LICENSE="GPL2"
yuripourre@16968 9 SOURCE="openjdk-7-fcs-src"
yuripourre@16968 10 TARBALL="$SOURCE-$VERSION.zip"
yuripourre@16968 11 WEB_SITE="http://java.sun.com"
yuripourre@16968 12 WGET_URL="http://download.java.net/openjdk/jdk7/promoted/${VERSION%-*}/$TARBALL"
yuripourre@16968 13 COOK_OPT="!unpack !repack_src !fs"
yuripourre@16968 14
yuripourre@16968 15 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16968 16 compile_rules()
yuripourre@16968 17 {
yuripourre@16968 18 mkdir -p $fs/usr
yuripourre@16968 19 }