wok-next diff esterel-scLego/receipt @ rev 21231

updated clamtk (4.36 -> 5.27)
author Hans-G?nter Theisgen
date Tue Dec 03 17:21:10 2019 +0100 (2019-12-03)
parents fcdd50638150
children
line diff
     1.1 --- a/esterel-scLego/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.2 +++ b/esterel-scLego/receipt	Tue Dec 03 17:21:10 2019 +0100
     1.3 @@ -3,27 +3,22 @@
     1.4  PACKAGE="esterel-scLego"
     1.5  VERSION="p5"
     1.6  CATEGORY="development"
     1.7 -SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX."
     1.8 -MAINTAINER="rcx@zoominternet.net"
     1.9 +SHORT_DESC="Esterel langauge tool extension for the Lego MindStorms RCX"
    1.10 +MAINTAINER="devel@slitaz.org"
    1.11  LICENSE="other"
    1.12 +WEB_SITE="http://www.emn.fr/x-info/lego/"
    1.13 +
    1.14  TARBALL="$PACKAGE-$VERSION.tgz"
    1.15 -WEB_SITE="http://www.emn.fr/x-info/lego/"
    1.16  WGET_URL="http://users.zoominternet.net/~rcx/$TARBALL"
    1.17  
    1.18 -DEPENDS="perl-core"
    1.19 -BUILD_DEPENDS=""
    1.20 -
    1.21 -# Rules to configure and make the package.
    1.22 -compile_rules()
    1.23 -{
    1.24 -	mkdir -p $DESTDIR/usr
    1.25 -	cp -a $src/bin $DESTDIR/usr
    1.26 -	cp -a $src/lib $DESTDIR/usr
    1.27 +compile_rules() {
    1.28 +	mkdir -p $install/usr
    1.29 +	cp -a $src/bin $install/usr
    1.30 +	cp -a $src/lib $install/usr
    1.31  }
    1.32  
    1.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 -genpkg_rules()
    1.35 -{
    1.36 +genpkg_rules() {
    1.37  	mkdir -p $fs
    1.38  	cp -a $install/* $fs
    1.39 +	DEPENDS="perl-core"
    1.40  }