summaryrefslogtreecommitdiff
path: root/chunks/curl.morph
blob: 6bfe190eb30fe91ae6e159e8df66ec0b99e3cf2b (plain)
1
2
3
4
5
6
7
8
9
10
11
name: curl
kind: chunk
repo: upstream:curl
ref: 3c835adc9fe20f7b34df3f0abd4db6ff8b75bc3b
configure-commands:
- ./buildconf
- ./configure --disable-manual --prefix="$PREFIX"
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install