wok view esterel-scLego/receipt @ rev 10974

Up: scummvm to 1.3.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 12 12:42:58 2011 +0000 (2011-10-12)
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 }