summaryrefslogtreecommitdiff
path: root/strata/build-essential/zlib.morph
blob: a69eebf3a22ab66b8eb907a5a4f3cdf4ebccf2e3 (plain)
1
2
3
4
5
6
7
8
9
name: zlib
kind: chunk
max-jobs: 1
configure-commands:
- ./configure --prefix="$PREFIX"
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install