summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--neon.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/neon.morph b/neon.morph
new file mode 100644
index 0000000..e8d08f4
--- /dev/null
+++ b/neon.morph
@@ -0,0 +1,15 @@
+{
+ "name": "neon",
+ "kind": "chunk",
+ "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\""
+ ]
+}