void-packages/srcpkgs/js/template

23 lines
753 B
Plaintext

# 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=2
short_desc="Spidermonkey JavaScript interpreter and library"
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"
Add_dependency build zip
Add_dependency build python
Add_dependency build perl ">=0"
Add_dependency build nspr-devel