wok rev 4038
Add: esterel
author | Matthew Sheets <rcx@zoominternet.net> |
---|---|
date | Mon Sep 07 22:38:05 2009 +0000 (2009-09-07) |
parents | 2b5224af9d78 |
children | 6b78ab374198 |
files | esterel-scLego/receipt esterel/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/esterel-scLego/receipt Mon Sep 07 22:38:05 2009 +0000 1.3 @@ -0,0 +1,27 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="esterel-scLego" 1.7 +VERSION="p5" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX." 1.10 +MAINTAINER="rcx@zoominternet.net" 1.11 +DEPENDS="perl-core" 1.12 +BUILD_DEPENDS="" 1.13 +TARBALL="$PACKAGE-$VERSION.tgz" 1.14 +WEB_SITE="http://www.emn.fr/x-info/lego/" 1.15 +WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + mkdir -p $src/_pkg/usr 1.21 + cp -a $src/bin $src/_pkg/usr 1.22 + cp -a $src/lib $src/_pkg/usr 1.23 +} 1.24 + 1.25 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.26 +genpkg_rules() 1.27 +{ 1.28 + mkdir -p $fs 1.29 + cp -a $_pkg/* $fs 1.30 +}
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/esterel/receipt Mon Sep 07 22:38:05 2009 +0000 2.3 @@ -0,0 +1,28 @@ 2.4 +# SliTaz package receipt. 2.5 + 2.6 +PACKAGE="esterel" 2.7 +VERSION="5.92" 2.8 +CATEGORY="development" 2.9 +SHORT_DESC="Esterel langauge tools." 2.10 +MAINTAINER="rcx@zoominternet.net" 2.11 +DEPENDS="glibc-base" 2.12 +BUILD_DEPENDS="" 2.13 +TARBALL="$PACKAGE-$VERSION.tgz" 2.14 +WEB_SITE="http://www.emn.fr/x-info/lego/" 2.15 +WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL" 2.16 + 2.17 +# Rules to configure and make the package. 2.18 +compile_rules() 2.19 +{ 2.20 + mkdir -p $src/_pkg/usr 2.21 + cp -a $src/bin $src/_pkg/usr 2.22 + cp -a $src/include $src/_pkg/usr 2.23 + cp -a $src/share $src/_pkg/usr 2.24 +} 2.25 + 2.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 2.27 +genpkg_rules() 2.28 +{ 2.29 + mkdir -p $fs 2.30 + cp -a $_pkg/* $fs 2.31 +}