21 lines
777 B
Text
21 lines
777 B
Text
# Template file for 'js'
|
|
pkgname=js
|
|
version=1.8.5
|
|
build_wrksrc="js/src"
|
|
distfiles="${MOZILLA_SITE}/js/js185-1.0.0.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--with-system-nspr --enable-threadsafe"
|
|
revision=4
|
|
makedepends="zip python perl>=0 nspr-devel"
|
|
short_desc="Spidermonkey JavaScript interpreter and library"
|
|
homepage="https://developer.mozilla.org/en/docs/SpiderMonkey"
|
|
license="MPL-1.1, GPL-2, LGPL-2.1"
|
|
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"
|
|
|