wok annotate java-jdk/receipt @ rev 20460
Remove py3k7, up py3k (3.7.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Oct 10 16:24:34 2018 +0200 (2018-10-10) |
parents | f4c22f009037 |
children | fff755dd0f58 |
rev | line source |
---|---|
rcx@3803 | 1 # SliTaz package receipt. |
rcx@3803 | 2 |
rcx@3803 | 3 PACKAGE="java-jdk" |
pascal@18368 | 4 VERSION="1.9.9" |
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 } |