wok-4.x annotate java-jre/receipt @ rev 8751

Removed all/most _pkg= lines in wok. The new tazwok-experimental can SOURCE paths and source are are all extracted to WOK/PACKAGE/PACKAGE-VERSION now with tazwok-experimental.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 20 06:53:59 2011 +0000 (2011-02-20)
parents 3e3e8aa68463
children 274a96c02bbf
rev   line source
rcx@3803 1 # SliTaz package receipt.
rcx@3803 2
rcx@3803 3 PACKAGE="java-jre"
slaxemulator@6866 4 VERSION="1.9.1"
rcx@3803 5 CATEGORY="development"
rcx@3803 6 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)."
rcx@3803 7 MAINTAINER="rcx@zoominternet.net"
rcx@3803 8 DEPENDS="icedtea6-jre"
rcx@3803 9 BUILD_DEPENDS=""
rcx@3803 10 WEB_SITE="http://www.iced-tea.org/"
rcx@3803 11 WANTED="icedtea6-jdk"
rcx@3803 12 SOURCE="icedtea6"
rcx@3803 13
rcx@3803 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3803 15 genpkg_rules()
rcx@3803 16 {
rcx@4353 17 mkdir -p $fs/usr/bin
rcx@3803 18 cp -a $_pkg/usr/jre-bin/* $fs/usr/bin
rcx@3803 19 }