wok-next diff esterel/receipt @ rev 21131
Update fdupes (1.6.1), jdupes (1.11.1), paper-icon-theme (1.5.0)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Jan 19 14:59:09 2019 +0200 (2019-01-19) |
parents | fcdd50638150 |
children |
line diff
1.1 --- a/esterel/receipt Mon Dec 02 16:43:36 2013 +0000 1.2 +++ b/esterel/receipt Sat Jan 19 14:59:09 2019 +0200 1.3 @@ -3,28 +3,21 @@ 1.4 PACKAGE="esterel" 1.5 VERSION="5.92" 1.6 CATEGORY="development" 1.7 -SHORT_DESC="Esterel langauge tools." 1.8 -MAINTAINER="rcx@zoominternet.net" 1.9 +SHORT_DESC="Esterel langauge tools" 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="glibc-base" 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/include $DESTDIR/usr 1.27 - cp -a $src/share $DESTDIR/usr 1.28 +compile_rules() { 1.29 + mkdir -p $install/usr 1.30 + cp -r bin/ include/ share/ $install/usr/ 1.31 + cp -r man/ $install/usr/share/ 1.32 } 1.33 1.34 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.35 -genpkg_rules() 1.36 -{ 1.37 - mkdir -p $fs 1.38 - cp -a $install/* $fs 1.39 +genpkg_rules() { 1.40 + copy @std 1.41 + DEPENDS="glibc-base" 1.42 }