wok diff java-jre/receipt @ rev 3933

mirror-tools: rename /etc/tazwok.conf
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 20 13:35:04 2009 +0200 (2009-08-20)
parents
children 4b87fa7f8c1c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java-jre/receipt	Thu Aug 20 13:35:04 2009 +0200
     1.3 @@ -0,0 +1,22 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="java-jre"
     1.7 +VERSION="1.5"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Symlinks for the default Java Runtime Environment (icedtea6)."
    1.10 +MAINTAINER="rcx@zoominternet.net"
    1.11 +DEPENDS="icedtea6-jre"
    1.12 +BUILD_DEPENDS=""
    1.13 +WEB_SITE="http://www.iced-tea.org/"
    1.14 +WANTED="icedtea6-jdk"
    1.15 +SOURCE="icedtea6"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	# tazwok does not define _pkg correctly when both WANTED and SOURCE are set
    1.21 +	_pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
    1.22 +
    1.23 +	mkdir -p $fs/usr/bin
    1.24 +	cp -a $_pkg/usr/jre-bin/* $fs/usr/bin
    1.25 +}