wok diff spidermonkey/receipt @ rev 11800

ppp: build rp-pppoe.so (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:17:36 2012 +0100 (2012-02-25)
parents d68eaab08c02
children 44d062fcbe9b
line diff
     1.1 --- a/spidermonkey/receipt	Thu Mar 10 11:24:48 2011 +0100
     1.2 +++ b/spidermonkey/receipt	Sat Feb 25 11:17:36 2012 +0100
     1.3 @@ -5,14 +5,15 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Mozilla C implementation of Javascript"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="nspr"
     1.8 -BUILD_DEPENDS=""
     1.9  SOURCE="js"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.mozilla.org/js/spidermonkey/" 
    1.12  WGET_URL="http://ftp.mozilla.org/pub/mozilla.org/js/$TARBALL"
    1.13  TAGS="javascript"
    1.14  
    1.15 +DEPENDS="nspr"
    1.16 +BUILD_DEPENDS="nspr-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {