summaryrefslogtreecommitdiff
path: root/chunks/zlib.morph
blob: bc5df8a66b6530d28cf880e180c8b93d080d203b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: zlib
kind: chunk
max-jobs: 1

configure-commands:
    -  ./configure --prefix="$PREFIX"

build-commands:
    - make

install-commands:
    - make DESTDIR="$DESTDIR" install