wok diff java-jre/receipt @ rev 15140
brscan: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 11:35:33 2013 +0000 (2013-08-15) |
parents | c41de8958f36 |
children | f4c22f009037 |
line diff
1.1 --- a/java-jre/receipt Sat Mar 12 02:58:57 2011 +0000 1.2 +++ b/java-jre/receipt Thu Aug 15 11:35:33 2013 +0000 1.3 @@ -5,14 +5,16 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)." 1.6 MAINTAINER="rcx@zoominternet.net" 1.7 -DEPENDS="icedtea6-jre" 1.8 +LICENCE="GPL2" 1.9 WEB_SITE="http://www.iced-tea.org/" 1.10 WANTED="icedtea6-jdk" 1.11 SOURCE="icedtea6" 1.12 1.13 +DEPENDS="icedtea6-jre" 1.14 + 1.15 # Rules to gen a SliTaz package suitable for Tazpkg. 1.16 genpkg_rules() 1.17 { 1.18 mkdir -p $fs/usr 1.19 - cp -a $_pkg/usr/jre-bin $fs/usr/bin 1.20 + cp -a $install/usr/jre-bin $fs/usr/bin 1.21 }