From 837374e9d797e216f1de684595cefe791f67c0e4 Mon Sep 17 00:00:00 2001 From: James Thomas Date: Thu, 4 Oct 2012 18:27:37 +0100 Subject: Add morph file for neon Branched from 0.29.6 release as subversion will complain when building against upstream --- neon.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 neon.morph 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\"" + ] +} -- cgit v1.2.1