From c8ef3ced3b4bb80dd1e48573a49c0a5a4986c4ca Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 5 Jun 2014 13:34:18 +0000 Subject: Add curl.morph file from baserock/morph branch. --- curl.morph | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 curl.morph 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" + ] +} + -- cgit v1.2.1