wok-next annotate esterel-scLego/receipt @ rev 9543
blender: fix BUILD_DEPENDS
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 09 13:01:20 2011 +0200 (2011-04-09) |
parents | |
children | fcdd50638150 |
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" |
rcx@4038 | 8 DEPENDS="perl-core" |
rcx@4038 | 9 BUILD_DEPENDS="" |
rcx@4038 | 10 TARBALL="$PACKAGE-$VERSION.tgz" |
rcx@4038 | 11 WEB_SITE="http://www.emn.fr/x-info/lego/" |
rcx@4038 | 12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" |
rcx@4038 | 13 |
rcx@4038 | 14 # Rules to configure and make the package. |
rcx@4038 | 15 compile_rules() |
rcx@4038 | 16 { |
rcx@4038 | 17 mkdir -p $src/_pkg/usr |
rcx@4038 | 18 cp -a $src/bin $src/_pkg/usr |
rcx@4038 | 19 cp -a $src/lib $src/_pkg/usr |
rcx@4038 | 20 } |
rcx@4038 | 21 |
rcx@4038 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@4038 | 23 genpkg_rules() |
rcx@4038 | 24 { |
rcx@4038 | 25 mkdir -p $fs |
rcx@4038 | 26 cp -a $_pkg/* $fs |
rcx@4038 | 27 } |