wok diff esterel-scLego/receipt @ rev 15588

arj: ugly ack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 16:43:36 2013 +0000 (2013-12-02)
parents c954da79981d
children ccbeea36a6bc
line diff
     1.1 --- a/esterel-scLego/receipt	Mon Sep 07 22:38:05 2009 +0000
     1.2 +++ b/esterel-scLego/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.3 @@ -5,23 +5,25 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="perl-core"
     1.8 -BUILD_DEPENDS=""
     1.9 +LICENSE="other"
    1.10  TARBALL="$PACKAGE-$VERSION.tgz"
    1.11  WEB_SITE="http://www.emn.fr/x-info/lego/"
    1.12  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
    1.13  
    1.14 +DEPENDS="perl-core"
    1.15 +BUILD_DEPENDS=""
    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 +	mkdir -p $DESTDIR/usr
    1.24 +	cp -a $src/bin $DESTDIR/usr
    1.25 +	cp -a $src/lib $DESTDIR/usr
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs
    1.32 -	cp -a $_pkg/* $fs
    1.33 +	cp -a $install/* $fs
    1.34  }