summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Thomas <james.thomas@codethink.co.uk>2012-10-04 18:27:37 +0100
committerJames Thomas <james.thomas@codethink.co.uk>2012-10-04 18:27:37 +0100
commit837374e9d797e216f1de684595cefe791f67c0e4 (patch)
tree28b6f6436f947b0f264e87d03b1a05d9f750bd9a
parent9cf76ff1563e1bfba0e54767092c3c47048cd996 (diff)
downloadneon-837374e9d797e216f1de684595cefe791f67c0e4.tar.gz
Add morph file for neonbaserock/morph
Branched from 0.29.6 release as subversion will complain when building against upstream
-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\""
+ ]
+}