wok-6.x rev 15290
spidermonkey: remove a wrong error trigger
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Sep 26 19:16:28 2013 +0000 (2013-09-26) |
parents | eef0d38293b3 |
children | 93289cdfe74e |
files | spidermonkey/receipt |
line diff
1.1 --- a/spidermonkey/receipt Thu Sep 26 18:27:26 2013 +0000 1.2 +++ b/spidermonkey/receipt Thu Sep 26 19:16:28 2013 +0000 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="multimedia" 1.5 SHORT_DESC="Mozilla C implementation of Javascript" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="MPL GPL2 LGPL2.1" 1.8 SOURCE="js" 1.9 TARBALL="$SOURCE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.mozilla.org/js/spidermonkey/" 1.11 @@ -29,7 +30,7 @@ 1.12 export CFLAGS="${CFLAGS} -DJS_C_STRINGS_ARE_UTF8" 1.13 # build - threadsafe 1.14 make -j1 -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 \ 1.15 - DIST=$DESTDIR/usr all export 1.16 + DIST=$DESTDIR/usr all export 2>&1 | grep -v 'OBJ/nspr/Version' 1.17 } 1.18 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 @@ -37,6 +38,6 @@ 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 1.24 - cp -a $_pkg/usr/bin $fs/usr 1.25 - cp -a $_pkg/usr/lib/*so* $fs/usr/lib 1.26 + cp -a $install/usr/bin $fs/usr 1.27 + cp -a $install/usr/lib/*so* $fs/usr/lib 1.28 }