wok diff jclic/receipt @ rev 4505

Up: firefox (3.5.5)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Nov 22 17:34:55 2009 +0100 (2009-11-22)
parents
children 4466fa74bc06
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jclic/receipt	Sun Nov 22 17:34:55 2009 +0100
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="jclic"
     1.7 +VERSION="0.2.0.6"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="A plataform for the creation, playing and evaluation of multimedia educational activities"
    1.10 +MAINTAINER="claudinei@slitaz.org"
    1.11 +DEPENDS="java6-jre"
    1.12 +TARBALL="$PACKAGE-$VERSION.zip"
    1.13 +WEB_SITE="http://clic.xtec.cat/en/jclic"
    1.14 +WGET_URL="http://clic.xtec.cat/dist/jclic/$TARBALL"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules()
    1.18 +{
    1.19 +	cd $src
    1.20 +	rm -rf icons
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	_pkg="$WOK/$PACKAGE/$PACKAGE-$VERSION"
    1.27 +	STUFF="$WOK/$PACKAGE/stuff"
    1.28 +	mkdir -p $fs/usr/lib/jclic $fs/usr/share/pixmaps $fs/usr/share/applications
    1.29 +	cp -a $_pkg/* $fs/usr/lib/jclic
    1.30 +	cp $STUFF/jclicauthor.desktop $fs/usr/share/applications
    1.31 +	cp $STUFF/jclicreports.desktop $fs/usr/share/applications
    1.32 +	cp $STUFF/author.png $fs/usr/share/pixmaps
    1.33 +	cp $STUFF/reports.png $fs/usr/share/pixmaps
    1.34 +}
    1.35 +