diff options
author | Michael Drake <michael.drake@codethink.co.uk> | 2014-06-05 13:34:18 +0000 |
---|---|---|
committer | Michael Drake <michael.drake@codethink.co.uk> | 2014-06-05 13:34:18 +0000 |
commit | c8ef3ced3b4bb80dd1e48573a49c0a5a4986c4ca (patch) | |
tree | a1e98a49c507410b83d3f2d33dc07ddcf99f4eea | |
parent | 3fed9acaef45ac8b99ceecc38afbed3494e2d3ef (diff) | |
download | curl-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.morph | 15 |
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" + ] +} + |