wok diff jclic/receipt @ rev 4181

Fix: update libtorrent () 0.12.5 and rtorrent (0.8.5) various fix + build with gcc-4.x
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 23 01:14:41 2009 +0200 (2009-09-23)
parents
children 4466fa74bc06
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/jclic/receipt	Wed Sep 23 01:14:41 2009 +0200
     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 +