wok view xlogo/receipt @ rev 8321

Up: tazpkg 4.2.4, tazwok 0.0.5.2
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Feb 01 21:00:10 2011 +0100 (2011-02-01)
parents f5b04145b323
children ad00280438a6
line source
1 # SliTaz package receipt.
3 PACKAGE="xlogo"
4 VERSION="0.9.959"
5 CATEGORY="games"
6 SHORT_DESC="A logo interpreter written in java."
7 MAINTAINER="claudinei@slitaz.org"
8 DEPENDS="java-jre"
9 WEB_SITE="http://xlogo.tuxfamily.org"
11 # Rules to configure and make the package.
12 compile_rules()
13 {
14 wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar"
15 [ -f $SOURCES_REPOSITORY/xlogo.jar ] ||
16 wget $wget_url -P $SOURCES_REPOSITORY
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib/xlogo
23 cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo
24 }