wok-6.x diff spidermonkey/receipt @ rev 16857
libwebkit-video: update builddeps
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Sun Jul 13 07:09:23 2014 +0300 (2014-07-13) |
parents | a34b2bcf117e |
children | 3705d68ed8f3 |
line diff
1.1 --- a/spidermonkey/receipt Wed May 11 21:00:31 2011 +0200 1.2 +++ b/spidermonkey/receipt Sun Jul 13 07:09:23 2014 +0300 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 }