summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-20 11:46:53 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-08-20 11:46:53 +0100
commit36ffc8af2390b1eb0a3df7cf2950d019d3f9a6b6 (patch)
treec11d78b2dc4cb518b584b1cc9dd6e68988d77aca
parent03d514ddbb24c067e5e5d23f7bf448b1292542b0 (diff)
downloadlibproxy-baserock/morph.tar.gz
Add libproxy.morph to drive cmake buildbaserock/morph
-rw-r--r--libproxy.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/libproxy.morph b/libproxy.morph
new file mode 100644
index 0000000..d195a69
--- /dev/null
+++ b/libproxy.morph
@@ -0,0 +1,14 @@
+{
+ "name": "libproxy",
+ "kind": "chunk",
+ "build-system": "manual",
+ "configure-commands": [
+ "cmake -DCMAKE_INSTALL_PREFIX=\"\"$PREFIX\"\" \"$@\""
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}