wok view esterel-scLego/receipt @ rev 4457

Up: valgrind (3.5.0)
author Paul Issott <paul@slitaz.org>
date Sun Nov 08 14:22:33 2009 +0000 (2009-11-08)
parents
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="esterel-scLego"
4 VERSION="p5"
5 CATEGORY="development"
6 SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="perl-core"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://www.emn.fr/x-info/lego/"
12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $src/_pkg/usr
18 cp -a $src/bin $src/_pkg/usr
19 cp -a $src/lib $src/_pkg/usr
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 }