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.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/trove/neon.morph b/strata/trove/neon.morph
new file mode 100644
index 00000000..19f8e83f
--- /dev/null
+++ b/strata/trove/neon.morph
@@ -0,0 +1,8 @@
+name: neon
+kind: chunk
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --with-ssl
+install-commands:
+- make install-lib install-headers install-config DESTDIR="$DESTDIR"