summaryrefslogtreecommitdiff
path: root/strata/trove/neon.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/trove/neon.morph')
-rw-r--r--strata/trove/neon.morph24
1 files changed, 24 insertions, 0 deletions
diff --git a/strata/trove/neon.morph b/strata/trove/neon.morph
new file mode 100644
index 00000000..bd8933a6
--- /dev/null
+++ b/strata/trove/neon.morph
@@ -0,0 +1,24 @@
+name: neon
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: autotools
+pre-configure-commands: []
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --with-ssl
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install-lib install-headers install-config DESTDIR="$DESTDIR"
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []