wok-next diff spidermonkey/receipt @ rev 21622

updated elfkickers (3.0 -> 3.1a)
author Hans-G?nter Theisgen
date Thu Jun 25 14:35:46 2020 +0100 (2020-06-25)
parents 8e1b2a143eb3
children
line diff
     1.1 --- a/spidermonkey/receipt	Sat Sep 01 16:21:51 2018 +0300
     1.2 +++ b/spidermonkey/receipt	Thu Jun 25 14:35:46 2020 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="1.8.0-rc1"
     1.5  CATEGORY="multimedia"
     1.6  SHORT_DESC="Mozilla C implementation of Javascript"
     1.7 -MAINTAINER="jozee@slitaz.org"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="MPL GPL2 LGPL2.1"
    1.10  WEB_SITE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey"
    1.11  
    1.12 @@ -12,7 +12,7 @@
    1.13  WGET_URL="http://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
    1.14  
    1.15  BUILD_DEPENDS="nspr-dev"
    1.16 -SPLIT="spidermonkey-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  COOKOPTS="skip-log-errors"
    1.20  
    1.21 @@ -23,10 +23,10 @@
    1.22  	# http://projects.archlinux.org/svntogit/community.git/tree/spidermonkey/trunk/PKGBUILD
    1.23  	sed -i 's|include|include/js|' rules.mk || return 1
    1.24  	# FS#16673
    1.25 -	export CFLAGS="${CFLAGS} -DJS_C_STRINGS_ARE_UTF8"
    1.26 +	export CFLAGS="$CFLAGS -DJS_C_STRINGS_ARE_UTF8"
    1.27  	# build - threadsafe
    1.28  	make -j1 -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 \
    1.29 -		DIST=$DESTDIR/usr all export
    1.30 +		DIST=$install/usr all export
    1.31  }
    1.32  
    1.33  genpkg_rules() {