2011-07-12 16:53:07 +00:00
|
|
|
# Template file for 'js'
|
|
|
|
pkgname=js
|
|
|
|
version=1.8.5
|
|
|
|
build_wrksrc="js/src"
|
|
|
|
distfiles="${MOZILLA_SITE}/js/js185-1.0.0.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-07-12 16:53:07 +00:00
|
|
|
configure_args="--with-system-nspr --enable-threadsafe"
|
2013-03-29 22:49:22 +00:00
|
|
|
revision=4
|
2012-05-23 16:26:56 +00:00
|
|
|
makedepends="zip python perl>=0 nspr-devel"
|
2011-07-12 16:53:07 +00:00
|
|
|
short_desc="Spidermonkey JavaScript interpreter and library"
|
2013-03-29 22:49:22 +00:00
|
|
|
homepage="https://developer.mozilla.org/en/docs/SpiderMonkey"
|
|
|
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
2011-07-12 16:53:07 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
checksum=5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687
|
|
|
|
long_desc="
|
|
|
|
SpiderMonkey 1.8.5 is the JavaScript engine that shipped in Firefox 4.0.
|
|
|
|
It is much faster than SpiderMonkey 1.8, implements ES-5 (ECMA 262,
|
|
|
|
5th Edition), and contains many new language and API features."
|
|
|
|
|
|
|
|
subpackages="js-devel"
|
|
|
|
|