summaryrefslogtreecommitdiff
path: root/strata/core/curl.morph
blob: e245688cab8daa8cd4a5f01a0aba095b859cecad (plain)
1
2
3
4
5
6
7
8
9
name: curl
kind: chunk
configure-commands:
- ./buildconf
- ./configure --disable-manual --prefix="$PREFIX"
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install