wok view xlogo/receipt @ rev 7674

Fixed linux. Need to make folder PWD/_pkg before adding bzImage to it. Also i'm force copying kernel config file now so we have the right config. It is copyed twice so its needed and doesn't hunt anything i think.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 16 17:16:06 2010 +0000 (2010-12-16)
parents f5b04145b323
children ad00280438a6
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 DEPENDS="java-jre"
9 WEB_SITE="http://xlogo.tuxfamily.org"
11 # Rules to configure and make the package.
12 compile_rules()
13 {
14 wget_url="http://downloads.tuxfamily.org/xlogo/common/xlogo.jar"
15 [ -f $SOURCES_REPOSITORY/xlogo.jar ] ||
16 wget $wget_url -P $SOURCES_REPOSITORY
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib/xlogo
23 cp $SOURCES_REPOSITORY/xlogo.jar $fs/usr/lib/xlogo
24 }