wok-stable annotate java-jdk/receipt @ rev 4221
terminal: fix WGET
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 24 13:10:14 2009 +0200 (2009-09-24) |
parents | 4b87fa7f8c1c |
children | d4be90e180f7 |
rev | line source |
---|---|
rcx@3803 | 1 # SliTaz package receipt. |
rcx@3803 | 2 |
rcx@3803 | 3 PACKAGE="java-jdk" |
rcx@4155 | 4 VERSION="1.6.1" |
rcx@3803 | 5 CATEGORY="development" |
rcx@3803 | 6 SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)." |
rcx@3803 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3803 | 8 DEPENDS="icedtea6-jdk" |
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@3803 | 17 # tazwok does not define _pkg correctly when both WANTED and SOURCE are set |
rcx@3803 | 18 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg |
rcx@3803 | 19 |
rcx@3803 | 20 mkdir -p $fs/usr/bin |
rcx@3803 | 21 cp -a $_pkg/usr/jdk-bin/* $fs/usr/bin |
rcx@3803 | 22 } |