summaryrefslogtreecommitdiff
path: root/gnome/strata/gnome/mozjs24.morph
diff options
context:
space:
mode:
Diffstat (limited to 'gnome/strata/gnome/mozjs24.morph')
-rw-r--r--gnome/strata/gnome/mozjs24.morph18
1 files changed, 18 insertions, 0 deletions
diff --git a/gnome/strata/gnome/mozjs24.morph b/gnome/strata/gnome/mozjs24.morph
new file mode 100644
index 00000000..a3254305
--- /dev/null
+++ b/gnome/strata/gnome/mozjs24.morph
@@ -0,0 +1,18 @@
+name: mozjs24
+kind: chunk
+build-system: manual
+configure-commands:
+- |
+ cd js/src;
+ ./configure --prefix="$PREFIX" \
+ --sysconfdir=/etc \
+ --with-system-nspr \
+ --with-system-ffi \
+ --enable-threadsafe
+build-commands:
+- |
+ cd js/src;
+ make
+install-commands:
+- cd js/src;
+ make DESTDIR="$DESTDIR" install