wok-next view esterel/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
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 }