wok annotate java-jre/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents c41de8958f36
children f4c22f009037
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"
pascal@15000 8 LICENCE="GPL2"
rcx@3803 9 WEB_SITE="http://www.iced-tea.org/"
rcx@3803 10 WANTED="icedtea6-jdk"
rcx@3803 11 SOURCE="icedtea6"
rcx@3803 12
pascal@15000 13 DEPENDS="icedtea6-jre"
pascal@15000 14
rcx@3803 15 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3803 16 genpkg_rules()
rcx@3803 17 {
slaxemulator@9149 18 mkdir -p $fs/usr
pascal@15000 19 cp -a $install/usr/jre-bin $fs/usr/bin
rcx@3803 20 }