wok view java-jdk/receipt @ rev 4592

update get-wifi-firmaware; rt2860,rt2870 fw now in kernel; rt73,rt61 WGET_URL temporarily fixed using Arch sources
author Rohit Joshi <jozee@slitaz.org>
date Fri Dec 11 12:21:27 2009 +0000 (2009-12-11)
parents d4be90e180f7
children 4466fa74bc06
line source
1 # SliTaz package receipt.
3 PACKAGE="java-jdk"
4 VERSION="1.6.1"
5 CATEGORY="development"
6 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="icedtea6-jdk"
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 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set
18 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
20 mkdir -p $fs/usr/bin
21 cp -a $_pkg/usr/jdk-bin/* $fs/usr/bin
22 }