wok-next view esterel-scLego/receipt @ rev 21234

Up tazlito (522)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Dec 04 11:14:50 2019 +0100 (2019-12-04)
parents fcdd50638150
children
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="devel@slitaz.org"
8 LICENSE="other"
9 WEB_SITE="http://www.emn.fr/x-info/lego/"
11 TARBALL="$PACKAGE-$VERSION.tgz"
12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
14 compile_rules() {
15 mkdir -p $install/usr
16 cp -a $src/bin $install/usr
17 cp -a $src/lib $install/usr
18 }
20 genpkg_rules() {
21 mkdir -p $fs
22 cp -a $install/* $fs
23 DEPENDS="perl-core"
24 }