wok-next view xlogo/receipt @ rev 15159
gtkperf: filter wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 15 17:59:48 2013 +0000 (2013-08-15) |
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 }