wok diff java-jdk/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
line diff
     1.1 --- a/java-jdk/receipt	Sat Mar 12 02:58:57 2011 +0000
     1.2 +++ b/java-jdk/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,15 +5,17 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Symlinks for the default Java Development Kit (icedtea6)."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="icedtea6-jdk"
     1.8 +LICENCE="GPL2"
     1.9  WEB_SITE="http://www.iced-tea.org/"
    1.10  WANTED="icedtea6-jdk"
    1.11  SOURCE="icedtea6"
    1.12  TAGS="java"
    1.13  
    1.14 +DEPENDS="icedtea6-jdk"
    1.15 +
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr
    1.20 -	cp -a $_pkg/usr/jdk-bin $fs/usr/bin
    1.21 +	cp -a $install/usr/jdk-bin $fs/usr/bin
    1.22  }