wok-6.x annotate esterel-scLego/receipt @ rev 20320
merge
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 20 13:29:24 2018 +0200 (2018-05-20) |
parents | c954da79981d |
children | ccbeea36a6bc |
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" |
rcx@4038 | 6 SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX." |
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="perl-core" |
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/lib $DESTDIR/usr |
rcx@4038 | 22 } |
rcx@4038 | 23 |
rcx@4038 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@4038 | 25 genpkg_rules() |
rcx@4038 | 26 { |
rcx@4038 | 27 mkdir -p $fs |
pascal@15588 | 28 cp -a $install/* $fs |
rcx@4038 | 29 } |