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