summaryrefslogtreecommitdiff
path: root/chunks/node-startup-controller.morph
diff options
context:
space:
mode:
Diffstat (limited to 'chunks/node-startup-controller.morph')
-rw-r--r--chunks/node-startup-controller.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/chunks/node-startup-controller.morph b/chunks/node-startup-controller.morph
new file mode 100644
index 00000000..934a75f9
--- /dev/null
+++ b/chunks/node-startup-controller.morph
@@ -0,0 +1,12 @@
+name: node-startup-controller
+kind: chunk
+repo: upstream:node-startup-controller
+ref: c78fddaddc24a2c49f5ef18896c93403575295ae
+unpetrify-ref: baserock/morph
+configure-commands:
+- sh autogen.sh
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install