wok annotate xlogo/receipt @ rev 20896

updated ethtool (4.2 -> 4.19)
author Hans-G?nter Theisgen
date Tue Feb 26 14:11:25 2019 +0100 (2019-02-26)
parents b2a632fc9587
children
rev   line source
claudinei@4070 1 # SliTaz package receipt.
claudinei@4070 2
claudinei@4070 3 PACKAGE="xlogo"
claudinei@4070 4 VERSION="0.9.959"
claudinei@4070 5 CATEGORY="games"
claudinei@4070 6 SHORT_DESC="A logo interpreter written in java."
claudinei@4070 7 MAINTAINER="claudinei@slitaz.org"
pascal@15601 8 LICENSE="GPL"
pascal@14337 9 TARBALL="xlogo.jar"
pankso@9634 10 WEB_SITE="http://xlogo.tuxfamily.org"
pankso@9634 11
pascal@6407 12 DEPENDS="java-jre"
pankso@9634 13 BUILD_DEPENDS=""
claudinei@4070 14
claudinei@4070 15 # Rules to configure and make the package.
claudinei@4070 16 compile_rules()
claudinei@4070 17 {
claudinei@4070 18 wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar"
slaxemulator@10840 19 [ -f $SOURCES_REPOSITORY/xlogo.jar ] ||
slaxemulator@10840 20 wget $wget_url -P $SOURCES_REPOSITORY
claudinei@4070 21 }
claudinei@4070 22
claudinei@4070 23 # Rules to gen a SliTaz package suitable for Tazpkg.
claudinei@4070 24 genpkg_rules()
claudinei@4070 25 {
claudinei@4070 26 mkdir -p $fs/usr/lib/xlogo
slaxemulator@10840 27 cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo
claudinei@4070 28 }