[Lunar-commits] <moonbase> Renamed js -> spidermonkey
Stefan Wold
ratler at lunar-linux.org
Mon Dec 6 07:17:43 CET 2010
commit 57b5f86b8ca2a7e7fc43aed482fc67af5c838a2e
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Mon Dec 6 07:17:43 2010 +0100
Renamed js -> spidermonkey
---
libs/js/BUILD | 24 ------------------------
libs/js/DEPENDS | 1 -
libs/js/DETAILS | 19 -------------------
libs/spidermonkey/BUILD | 24 ++++++++++++++++++++++++
libs/spidermonkey/DEPENDS | 1 +
libs/spidermonkey/DETAILS | 19 +++++++++++++++++++
6 files changed, 44 insertions(+), 44 deletions(-)
diff --git a/libs/js/BUILD b/libs/js/BUILD
deleted file mode 100644
index 962887c..0000000
--- a/libs/js/BUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-(
-
- # all our work is in here
- cd src/ &&
-
- # need to be run twice, it's a silly build system
- make -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 JS_DIST=/usr &&
- make -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 JS_DIST=/usr &&
-
- cd Linux_All_OPT.OBJ &&
- prepare_install &&
-
- # install the lib and binaries
- install libjs.a /usr/lib &&
- install libjs.so /usr/lib &&
- install -m0755 js jscpucfg /usr/bin &&
-
- # install the development headers
- mkdir -p /usr/include/$MODULE &&
- install -m0644 *.h /usr/include/$MODULE &&
- cd .. &&
- install -m0644 *.{h,tbl} /usr/include/$MODULE
-
-) > $C_FIFO 2>&1
diff --git a/libs/js/DEPENDS b/libs/js/DEPENDS
deleted file mode 100644
index e1e317d..0000000
--- a/libs/js/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends nss
diff --git a/libs/js/DETAILS b/libs/js/DETAILS
deleted file mode 100644
index eea7d34..0000000
--- a/libs/js/DETAILS
+++ /dev/null
@@ -1,19 +0,0 @@
- MODULE=js
- VERSION=1.8.0-rc1
- SOURCE=$MODULE-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE/
- SOURCE_URL=ftp://ftp.mozilla.org/pub/mozilla.org/$MODULE/
- SOURCE_VFY=sha1:1577bd39a2ebd9f5e2ec90e72d9a6aa85f840564
- WEB_SITE=http://www.mozilla.org/js/spidermonkey/
- ENTERED=20051030
- UPDATED=20100124
- SHORT="A standalone JavaScript C library developed by Mozilla.org"
- PSAFE=no
-
-cat << EOF
-This is SpiderMonkey, Mozilla's C implementation of JavaScript.
-SpiderMonkey is written in C and contains a compiler, interpreter,
-decompiler, garbage collector, and standard classes. It is intended to
-be embedded in other applications that provide host environments for
-JavaScript.
-EOF
diff --git a/libs/spidermonkey/BUILD b/libs/spidermonkey/BUILD
new file mode 100644
index 0000000..962887c
--- /dev/null
+++ b/libs/spidermonkey/BUILD
@@ -0,0 +1,24 @@
+(
+
+ # all our work is in here
+ cd src/ &&
+
+ # need to be run twice, it's a silly build system
+ make -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 JS_DIST=/usr &&
+ make -f Makefile.ref BUILD_OPT=1 JS_THREADSAFE=1 JS_DIST=/usr &&
+
+ cd Linux_All_OPT.OBJ &&
+ prepare_install &&
+
+ # install the lib and binaries
+ install libjs.a /usr/lib &&
+ install libjs.so /usr/lib &&
+ install -m0755 js jscpucfg /usr/bin &&
+
+ # install the development headers
+ mkdir -p /usr/include/$MODULE &&
+ install -m0644 *.h /usr/include/$MODULE &&
+ cd .. &&
+ install -m0644 *.{h,tbl} /usr/include/$MODULE
+
+) > $C_FIFO 2>&1
diff --git a/libs/spidermonkey/DEPENDS b/libs/spidermonkey/DEPENDS
new file mode 100644
index 0000000..e1e317d
--- /dev/null
+++ b/libs/spidermonkey/DEPENDS
@@ -0,0 +1 @@
+depends nss
diff --git a/libs/spidermonkey/DETAILS b/libs/spidermonkey/DETAILS
new file mode 100644
index 0000000..74dd22a
--- /dev/null
+++ b/libs/spidermonkey/DETAILS
@@ -0,0 +1,19 @@
+ MODULE=spidermonkey
+ VERSION=1.7.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/js
+ SOURCE_URL=ftp://ftp.mozilla.org/pub/mozilla.org/js
+ SOURCE_VFY=sha1:1577bd39a2ebd9f5e2ec90e72d9a6aa85f840564
+ WEB_SITE=http://www.mozilla.org/js/spidermonkey/
+ ENTERED=20051030
+ UPDATED=20100124
+ SHORT="A standalone JavaScript C library developed by Mozilla.org"
+ PSAFE=no
+
+cat << EOF
+This is SpiderMonkey, Mozilla's C implementation of JavaScript.
+SpiderMonkey is written in C and contains a compiler, interpreter,
+decompiler, garbage collector, and standard classes. It is intended to
+be embedded in other applications that provide host environments for
+JavaScript.
+EOF
More information about the Lunar-commits
mailing list