summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-18 13:13:12 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2011-11-18 13:13:12 +0000
commit6a7e0e7e1f4da41345f1570a69ae2b5c060090e2 (patch)
tree2eb5d7d8b2f826d6f90b794d2e6de1b4359d1848
parent9712272c78b9d9c93746d9c8e156a3728c65ca72 (diff)
downloadzlib-6a7e0e7e1f4da41345f1570a69ae2b5c060090e2.tar.gz
Add morphology
-rw-r--r--zlib.morph13
1 files changed, 13 insertions, 0 deletions
diff --git a/zlib.morph b/zlib.morph
new file mode 100644
index 0000000..4208acd
--- /dev/null
+++ b/zlib.morph
@@ -0,0 +1,13 @@
+{
+ "name": "zlib",
+ "kind": "chunk",
+ "configure-commands": [
+ "prefix=/usr ./configure"
+ ],
+ "build-commands": [
+ "make"
+ ],
+ "install-commands": [
+ "make install"
+ ]
+}