Added js-1.8.5 build template.
This commit is contained in:
26
srcpkgs/js/template
Normal file
26
srcpkgs/js/template
Normal file
@@ -0,0 +1,26 @@
|
||||
# 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"
|
||||
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 run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run nspr
|
||||
|
||||
Add_dependency build zip
|
||||
Add_dependency build python
|
||||
Add_dependency build perl ">=0"
|
||||
Add_dependency build nspr-devel
|
||||
Reference in New Issue
Block a user