wok-6.x diff esterel/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents
children fcdd50638150
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/esterel/receipt	Mon Jun 11 17:36:31 2012 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="esterel"
     1.7 +VERSION="5.92"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Esterel langauge tools."
    1.10 +MAINTAINER="rcx@zoominternet.net"
    1.11 +DEPENDS="glibc-base"
    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/include $src/_pkg/usr
    1.23 +	cp -a $src/share $src/_pkg/usr
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs
    1.30 +	cp -a $_pkg/* $fs
    1.31 +}