wok-next view esterel/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents fcdd50638150
children
line source
1 # SliTaz package receipt.
3 PACKAGE="esterel"
4 VERSION="5.92"
5 CATEGORY="development"
6 SHORT_DESC="Esterel langauge tools"
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 -r bin/ include/ share/ $install/usr/
17 cp -r man/ $install/usr/share/
18 }
20 genpkg_rules() {
21 copy @std
22 DEPENDS="glibc-base"
23 }