wok view java-jre/receipt @ rev 9149

Fixed java-jre and java-jdk. (I hope.)
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 06 16:40:40 2011 +0000 (2011-03-06)
parents be13f25e790b
children c41de8958f36
line source
1 # SliTaz package receipt.
3 PACKAGE="java-jre"
4 VERSION="1.9.1"
5 CATEGORY="development"
6 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="icedtea6-jre"
9 BUILD_DEPENDS=""
10 WEB_SITE="http://www.iced-tea.org/"
11 WANTED="icedtea6-jdk"
12 SOURCE="icedtea6"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $_pkg/usr/jre-bin $fs/usr/bin
19 }