wok annotate esterel/receipt @ rev 9255
Up: libraw1394 to 2.0.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Mar 14 20:58:36 2011 +0000 (2011-03-14) |
parents | |
children | fcdd50638150 |
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" |
rcx@4038 | 6 SHORT_DESC="Esterel langauge tools." |
rcx@4038 | 7 MAINTAINER="rcx@zoominternet.net" |
rcx@4038 | 8 DEPENDS="glibc-base" |
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/include $src/_pkg/usr |
rcx@4038 | 20 cp -a $src/share $src/_pkg/usr |
rcx@4038 | 21 } |
rcx@4038 | 22 |
rcx@4038 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
rcx@4038 | 24 genpkg_rules() |
rcx@4038 | 25 { |
rcx@4038 | 26 mkdir -p $fs |
rcx@4038 | 27 cp -a $_pkg/* $fs |
rcx@4038 | 28 } |