wok view visualnqc/receipt @ rev 9634

Fixes: ecj, fop, rhino, xalan-xerces-j, xlogo (jre is not a package --> java-jre)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:26:46 2011 +0200 (2011-04-26)
parents
children c5285953bed2
line source
1 # SliTaz package receipt.
3 PACKAGE="visualnqc"
4 VERSION="1.0-1"
5 CATEGORY="development"
6 SHORT_DESC="An iconic language for the Lego Mindstorms RCX."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="nqc"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://funsoftware.sourceforge.net/"
12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir -p $src/_pkg
19 cp -a $src/usr $src/_pkg
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs
26 cp -a $_pkg/* $fs
27 }