wok view esterel-scLego/receipt @ rev 22172

exo, libgksu, libwnck3: link with libxcb-util
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 08 12:19:12 2019 +0100 (2019-11-08)
parents fcdd50638150
children d8cc3407c851
line source
1 # SliTaz package receipt.
3 PACKAGE="esterel-scLego"
4 VERSION="p5"
5 CATEGORY="development"
6 SHORT_DESC="Esterel language tool extension for the Lego MindStorms RCX."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="http://www.emn.fr/x-info/lego/"
11 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
13 DEPENDS="perl-core"
14 BUILD_DEPENDS=""
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 mkdir -p $DESTDIR/usr
20 cp -a $src/bin $DESTDIR/usr
21 cp -a $src/lib $DESTDIR/usr
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs
28 cp -a $install/* $fs
29 }