wok annotate java-jdk/receipt @ rev 17324
Add e2tools
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 04 19:06:05 2014 +0100 (2014-11-04) |
parents | 380ffe05937a |
children | 3909f5910317 |
rev | line source |
---|---|
rcx@3803 | 1 # SliTaz package receipt. |
rcx@3803 | 2 |
rcx@3803 | 3 PACKAGE="java-jdk" |
slaxemulator@9235 | 4 VERSION="1.9.7" |
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" |
pascal@15201 | 8 LICENSE="GPL2" |
rcx@3803 | 9 WEB_SITE="http://www.iced-tea.org/" |
rcx@3803 | 10 WANTED="icedtea6-jdk" |
rcx@3803 | 11 SOURCE="icedtea6" |
jozee@4941 | 12 TAGS="java" |
rcx@3803 | 13 |
pascal@15000 | 14 DEPENDS="icedtea6-jdk" |
pascal@15000 | 15 |
rcx@3803 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3803 | 17 genpkg_rules() |
rcx@3803 | 18 { |
slaxemulator@9149 | 19 mkdir -p $fs/usr |
pascal@15000 | 20 cp -a $install/usr/jdk-bin $fs/usr/bin |
rcx@3803 | 21 } |