summaryrefslogtreecommitdiff
path: root/strata/build-essential
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-16 11:46:14 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-16 12:27:57 +0000
commitf1d3525b927bd4c7bc30421e19f414da2769aa3f (patch)
tree0fe36e72eba86c18cac7dddd6c54be434a447022 /strata/build-essential
parent2979038a979743cdb88bc87c5e9bb69e37de0f4d (diff)
downloaddefinitions-f1d3525b927bd4c7bc30421e19f414da2769aa3f.tar.gz
strata/build-essential/zlib.morph: build-system is not autotools
Change-Id: I0c0dc78ed03f8ec81e4af69e2e86f70aa954d6a0
Diffstat (limited to 'strata/build-essential')
-rw-r--r--strata/build-essential/zlib.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/strata/build-essential/zlib.morph b/strata/build-essential/zlib.morph
new file mode 100644
index 00000000..900648b6
--- /dev/null
+++ b/strata/build-essential/zlib.morph
@@ -0,0 +1,9 @@
+name: zlib
+kind: chunk
+build-system: manual
+configure-commands:
+- ./configure --prefix="$PREFIX"
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install