wok annotate jdk7-jaf/receipt @ rev 18077

Rebuild Python packages to remove "*.pyc" files from package.lists (part 1).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 22 17:34:18 2015 +0300 (2015-05-22)
parents
children af8d823a3077
rev   line source
yuripourre@16968 1 # SliTaz package receipt.
yuripourre@16968 2
yuripourre@16968 3 PACKAGE="jdk7-jaf"
yuripourre@16968 4 VERSION="2010_08_19"
yuripourre@16968 5 CATEGORY="meta"
yuripourre@16968 6 SHORT_DESC="A component of Sun's JDK 7 we use to cook icedtea7 (empty package)"
yuripourre@16968 7 MAINTAINER="yuripourre@gmail.com"
yuripourre@16968 8 LICENSE="GPL2"
yuripourre@16968 9 TARBALL="$PACKAGE-$VERSION.zip"
yuripourre@16968 10 WEB_SITE="http://java.sun.com"
yuripourre@16968 11 WGET_URL="http://icedtea.wildebeest.org/download/drops/$TARBALL"
yuripourre@16968 12 COOK_OPT="!unpack !repack_src !fs"
yuripourre@16968 13
yuripourre@16968 14 BUILD_DEPENDS="wget"
yuripourre@16968 15
yuripourre@16968 16 # Rules to gen a SliTaz package suitable for Tazpkg.
yuripourre@16968 17 compile_rules()
yuripourre@16968 18 {
yuripourre@16968 19 mkdir -p $fs/usr
yuripourre@16968 20 }