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