wok view xlogo/receipt @ rev 14714

lib[a-n]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 10:41:23 2013 +0200 (2013-06-11)
parents ad950661374c
children 23c3aed67cd9
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 TARBALL="xlogo.jar"
9 WEB_SITE="http://xlogo.tuxfamily.org"
11 DEPENDS="java-jre"
12 BUILD_DEPENDS=""
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar"
18 [ -f $SOURCES_REPOSITORY/xlogo.jar ] ||
19 wget $wget_url -P $SOURCES_REPOSITORY
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/xlogo
26 cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo
27 }