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