wok-next annotate esterel-scLego/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents fcdd50638150
children
rev   line source
rcx@4038 1 # SliTaz package receipt.
rcx@4038 2
rcx@4038 3 PACKAGE="esterel-scLego"
rcx@4038 4 VERSION="p5"
rcx@4038 5 CATEGORY="development"
al@21020 6 SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="other"
al@21020 9 WEB_SITE="http://www.emn.fr/x-info/lego/"
al@21020 10
rcx@4038 11 TARBALL="$PACKAGE-$VERSION.tgz"
rcx@4038 12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
rcx@4038 13
al@21020 14 compile_rules() {
al@21020 15 mkdir -p $install/usr
al@21020 16 cp -a $src/bin $install/usr
al@21020 17 cp -a $src/lib $install/usr
rcx@4038 18 }
rcx@4038 19
al@21020 20 genpkg_rules() {
rcx@4038 21 mkdir -p $fs
pascal@15588 22 cp -a $install/* $fs
al@21020 23 DEPENDS="perl-core"
rcx@4038 24 }