wok view xlogo/receipt @ rev 12986

enna: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 02 17:17:01 2012 +0200 (2012-06-02)
parents e2bcd8d58be1
children b2a632fc9587
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 WEB_SITE="http://xlogo.tuxfamily.org"
10 DEPENDS="java-jre"
11 BUILD_DEPENDS=""
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar"
17 [ -f $SOURCES_REPOSITORY/xlogo.jar ] ||
18 wget $wget_url -P $SOURCES_REPOSITORY
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/lib/xlogo
25 cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo
26 }