wok annotate esterel/receipt @ rev 21825

Up lz4 (1.9.2) & zstd (1.4.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 11 10:54:36 2019 +0200 (2019-09-11)
parents fcdd50638150
children d8cc3407c851
rev   line source
rcx@4038 1 # SliTaz package receipt.
rcx@4038 2
rcx@4038 3 PACKAGE="esterel"
rcx@4038 4 VERSION="5.92"
rcx@4038 5 CATEGORY="development"
pascal@21825 6 SHORT_DESC="Esterel language tools."
rcx@4038 7 MAINTAINER="rcx@zoominternet.net"
pascal@15588 8 LICENSE="other"
rcx@4038 9 TARBALL="$PACKAGE-$VERSION.tgz"
rcx@4038 10 WEB_SITE="http://www.emn.fr/x-info/lego/"
rcx@4038 11 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
rcx@4038 12
pascal@15588 13 DEPENDS="glibc-base"
pascal@15588 14 BUILD_DEPENDS=""
pascal@15588 15
rcx@4038 16 # Rules to configure and make the package.
rcx@4038 17 compile_rules()
rcx@4038 18 {
pascal@15588 19 mkdir -p $DESTDIR/usr
pascal@15588 20 cp -a $src/bin $DESTDIR/usr
pascal@15588 21 cp -a $src/include $DESTDIR/usr
pascal@15588 22 cp -a $src/share $DESTDIR/usr
rcx@4038 23 }
rcx@4038 24
rcx@4038 25 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@4038 26 genpkg_rules()
rcx@4038 27 {
rcx@4038 28 mkdir -p $fs
pascal@15588 29 cp -a $install/* $fs
rcx@4038 30 }