summaryrefslogtreecommitdiff
path: root/trove/neon.morph
diff options
context:
space:
mode:
Diffstat (limited to 'trove/neon.morph')
-rw-r--r--trove/neon.morph12
1 files changed, 12 insertions, 0 deletions
diff --git a/trove/neon.morph b/trove/neon.morph
new file mode 100644
index 00000000..03d46b3b
--- /dev/null
+++ b/trove/neon.morph
@@ -0,0 +1,12 @@
+name: trove/neon.morph
+kind: chunk
+repo: upstream:neon
+ref: 837374e9d797e216f1de684595cefe791f67c0e4
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --with-ssl
+build-commands:
+- make
+install-commands:
+- make install-lib install-headers install-config DESTDIR="$DESTDIR"