summaryrefslogtreecommitdiff
path: root/strata/trove/neon.def
diff options
context:
space:
mode:
Diffstat (limited to 'strata/trove/neon.def')
-rw-r--r--strata/trove/neon.def7
1 files changed, 7 insertions, 0 deletions
diff --git a/strata/trove/neon.def b/strata/trove/neon.def
new file mode 100644
index 00000000..5faf65c3
--- /dev/null
+++ b/strata/trove/neon.def
@@ -0,0 +1,7 @@
+name: neon
+build-system: autotools
+configure-commands:
+- ./autogen.sh
+- ./configure --prefix="$PREFIX" --with-ssl
+install-commands:
+- make install-lib install-headers install-config DESTDIR="$DESTDIR"