wok view esterel/receipt @ rev 23548

Up bcrelay (1.4.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 06 17:04:09 2020 +0000 (2020-04-06)
parents ccbeea36a6bc
children b01314c762e9
line source
1 # SliTaz package receipt.
3 PACKAGE="esterel"
4 VERSION="5.92"
5 CATEGORY="development"
6 SHORT_DESC="Esterel language tools."
7 MAINTAINER="rcx@zoominternet.net"
8 LICENSE="other"
9 TARBALL="$PACKAGE-$VERSION.tgz"
10 WEB_SITE="https://web.imt-atlantique.fr/x-info/lego/"
11 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
13 DEPENDS="glibc-base"
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/include $DESTDIR/usr
22 cp -a $src/share $DESTDIR/usr
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs
29 cp -a $install/* $fs
30 }