summaryrefslogtreecommitdiff
path: root/strata/core/curl.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/curl.morph')
-rw-r--r--strata/core/curl.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/core/curl.morph b/strata/core/curl.morph
new file mode 100644
index 00000000..e245688c
--- /dev/null
+++ b/strata/core/curl.morph
@@ -0,0 +1,9 @@
+name: curl
+kind: chunk
+configure-commands:
+- ./buildconf
+- ./configure --disable-manual --prefix="$PREFIX"
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install