wok rev 4070

Add: xlogo (0.9.959)
author Claudinei Pereira <claudinei@slitaz.org>
date Sat Sep 12 00:34:03 2009 +0000 (2009-09-12)
parents c1c447457d4c
children f3abba8e5e11
files xlogo/receipt xlogo/stuff/xlogo.desktop xlogo/stuff/xlogo.png
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xlogo/receipt	Sat Sep 12 00:34:03 2009 +0000
     1.3 @@ -0,0 +1,27 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xlogo"
     1.7 +VERSION="0.9.959"
     1.8 +CATEGORY="games"
     1.9 +SHORT_DESC="A logo interpreter written in java."
    1.10 +MAINTAINER="claudinei@slitaz.org"
    1.11 +DEPENDS="java6-jre"
    1.12 +WEB_SITE="http://xlogo.tuxfamily.org"
    1.13 +
    1.14 +# Rules to configure and make the package.
    1.15 +compile_rules()
    1.16 +{
    1.17 +	wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar"
    1.18 +	mkdir $PACKAGE-$VERSION
    1.19 +	cd $src
    1.20 +	wget $wget_url
    1.21 +}
    1.22 +
    1.23 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.24 +genpkg_rules()
    1.25 +{
    1.26 +	_pkg="$WOK/$PACKAGE/$PACKAGE-$VERSION"
    1.27 +	mkdir -p $fs/usr/lib/xlogo
    1.28 +	cp $_pkg/xlogo.jar $fs/usr/lib/xlogo
    1.29 +}
    1.30 +
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/xlogo/stuff/xlogo.desktop	Sat Sep 12 00:34:03 2009 +0000
     2.3 @@ -0,0 +1,8 @@
     2.4 +[Desktop Entry]
     2.5 +Type=Application
     2.6 +Encoding=UTF-8
     2.7 +Name=xLogo
     2.8 +Exec=java -jar /usr/lib/xlogo/xlogo.jar
     2.9 +Icon=xlogo.png
    2.10 +Terminal=false
    2.11 +Categories=Application;Game;
     3.1 Binary file xlogo/stuff/xlogo.png has changed