summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
+ ]
+}
+