wok view jclic/receipt @ rev 6153

Up: libcdio, libcdio-dev, libcdio-utils to 0.82.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 09 20:36:57 2010 +0000 (2010-09-09)
parents f41d84764350
children dc0644f601c0
line source
1 # SliTaz package receipt.
3 PACKAGE="jclic"
4 VERSION="0.2.0.6"
5 CATEGORY="games"
6 SHORT_DESC="A plataform for the creation, playing and evaluation of multimedia educational activities"
7 MAINTAINER="claudinei@slitaz.org"
8 DEPENDS="java6-jre"
9 TARBALL="$PACKAGE-$VERSION.zip"
10 WEB_SITE="http://clic.xtec.cat/en/jclic"
11 WGET_URL="http://clic.xtec.cat/dist/jclic/$TARBALL"
12 TAGS="java multimedia education"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 rm -rf icons
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 _pkg="$WOK/$PACKAGE/$PACKAGE-$VERSION"
25 STUFF="$WOK/$PACKAGE/stuff"
26 mkdir -p $fs/usr/lib/jclic $fs/usr/share/pixmaps $fs/usr/share/applications
27 cp -a $_pkg/* $fs/usr/lib/jclic
28 cp $STUFF/jclicauthor.desktop $fs/usr/share/applications
29 cp $STUFF/jclicreports.desktop $fs/usr/share/applications
30 cp $STUFF/author.png $fs/usr/share/pixmaps
31 cp $STUFF/reports.png $fs/usr/share/pixmaps
32 }