summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-16 16:40:05 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-16 16:40:05 +0000
commit024440df1de0e78539ad9165c20f8c7111ab5770 (patch)
treef63260b51f4fcd3e26bdc6d5eb806d6b99499abb
parent7eb1abbb34cf279615fda77151ed6304ce3ad180 (diff)
downloaddefinitions-024440df1de0e78539ad9165c20f8c7111ab5770.tar.gz
nodejs doesnt use autotools, but a simply configure script
Change-Id: I14abec69dbd5a5104521afb070911db8e6e42039
-rw-r--r--strata/nodejs.morph2
-rw-r--r--strata/nodejs/node.morph9
2 files changed, 10 insertions, 1 deletions
diff --git a/strata/nodejs.morph b/strata/nodejs.morph
index 6d94abe2..d7aa4ef1 100644
--- a/strata/nodejs.morph
+++ b/strata/nodejs.morph
@@ -6,7 +6,7 @@ build-depends:
- morph: strata/python2-core.morph
chunks:
- name: node
+ morph: strata/nodejs/node.morph
repo: upstream:node
ref: cc56c62ed879ad4f93b1fdab3235c43e60f48b7e
unpetrify-ref: v0.10.26
- build-system: autotools
diff --git a/strata/nodejs/node.morph b/strata/nodejs/node.morph
new file mode 100644
index 00000000..be86ed86
--- /dev/null
+++ b/strata/nodejs/node.morph
@@ -0,0 +1,9 @@
+name: node
+kind: chunk
+build-system: manual
+configure-commands:
+- ./configure --prefix="$PREFIX"
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install