wok annotate xlogo/receipt @ rev 21206
Add lbzip2 (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Apr 07 20:47:35 2019 +0200 (2019-04-07) |
parents | b2a632fc9587 |
children | 661d5b83f2a3 |
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 } |