summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-01-16 13:11:14 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-01-16 13:11:14 +0000
commit7b3923f913ef92008410a2bde4893687e2d2e1c6 (patch)
tree27f83e2c5990e0b18d49b1caab13f020be5244cf
parentd4bf87dc0e1362c4a4aba5ff56548d0be2c6015a (diff)
downloadcurl-7b3923f913ef92008410a2bde4893687e2d2e1c6.tar.gz
add morph
-rw-r--r--curl.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/curl.morph b/curl.morph
new file mode 100644
index 000000000..6dae0b814
--- /dev/null
+++ b/curl.morph
@@ -0,0 +1,14 @@
+{
+ "name": "curl",
+ "kind": "chunk",
+ "configure-commands": [
+ "./buildconf",
+ "./configure --prefix=/usr"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}