summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2014-06-05 13:34:18 +0000
committerMichael Drake <michael.drake@codethink.co.uk>2014-06-05 13:34:18 +0000
commitc8ef3ced3b4bb80dd1e48573a49c0a5a4986c4ca (patch)
treea1e98a49c507410b83d3f2d33dc07ddcf99f4eea
parent3fed9acaef45ac8b99ceecc38afbed3494e2d3ef (diff)
downloadcurl-baserock/mikedrake/curl/curl-7_37_0.tar.gz
Add curl.morph file from baserock/morph branch.baserock/mikedrake/curl/curl-7_37_0
-rw-r--r--curl.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/curl.morph b/curl.morph
new file mode 100644
index 000000000..50cb4166b
--- /dev/null
+++ b/curl.morph
@@ -0,0 +1,15 @@
+{
+ "name": "curl",
+ "kind": "chunk",
+ "configure-commands": [
+ "./buildconf",
+ "./configure --disable-manual --prefix=\"$PREFIX\""
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make DESTDIR=\"$DESTDIR\" install"
+ ]
+}
+