summaryrefslogtreecommitdiff
path: root/chunks/zlib.morph
blob: 53da2c6ec6a531b989a494d5e7f56c4a810e14be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: zlib
kind: chunk
repo: upstream:zlib
ref: db333af7e9b90a23fd7f9cd8dc128123b34bf698
unpetrify-ref: baserock/build-essential
max-jobs: '1'
configure-commands:
- ./configure --prefix="$PREFIX"
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install