From 0ce6de7adbd5fe6b268e1b8a1422cdfeb7cdebf5 Mon Sep 17 00:00:00 2001 From: Adam Coldrick Date: Mon, 14 Apr 2014 12:22:53 +0000 Subject: Add chunk morphologies to definitions repository --- chunks/zlib.morph | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 chunks/zlib.morph (limited to 'chunks/zlib.morph') diff --git a/chunks/zlib.morph b/chunks/zlib.morph new file mode 100644 index 00000000..e3152411 --- /dev/null +++ b/chunks/zlib.morph @@ -0,0 +1,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 -- cgit v1.2.1