wok view esterel/receipt @ rev 7315

Added openal to openal-dev depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 17:45:48 2010 +0000 (2010-11-17)
parents
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="esterel"
4 VERSION="5.92"
5 CATEGORY="development"
6 SHORT_DESC="Esterel langauge tools."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS="glibc-base"
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tgz"
11 WEB_SITE="http://www.emn.fr/x-info/lego/"
12 WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 mkdir -p $src/_pkg/usr
18 cp -a $src/bin $src/_pkg/usr
19 cp -a $src/include $src/_pkg/usr
20 cp -a $src/share $src/_pkg/usr
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs
27 cp -a $_pkg/* $fs
28 }