wok-next annotate java-jre/receipt @ rev 9499
Move grub splash to slitaz-configs (all artwork stuff in one place)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Apr 06 03:44:57 2011 +0200 (2011-04-06) |
parents | 274a96c02bbf |
children | 380ffe05937a |
rev | line source |
---|---|
rcx@3803 | 1 # SliTaz package receipt. |
rcx@3803 | 2 |
rcx@3803 | 3 PACKAGE="java-jre" |
slaxemulator@9235 | 4 VERSION="1.9.7" |
rcx@3803 | 5 CATEGORY="development" |
rcx@3803 | 6 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." |
rcx@3803 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@3803 | 8 DEPENDS="icedtea6-jre" |
rcx@3803 | 9 WEB_SITE="http://www.iced-tea.org/" |
rcx@3803 | 10 WANTED="icedtea6-jdk" |
rcx@3803 | 11 SOURCE="icedtea6" |
rcx@3803 | 12 |
rcx@3803 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@3803 | 14 genpkg_rules() |
rcx@3803 | 15 { |
slaxemulator@9149 | 16 mkdir -p $fs/usr |
slaxemulator@9149 | 17 cp -a $_pkg/usr/jre-bin $fs/usr/bin |
rcx@3803 | 18 } |