summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-22 15:58:47 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2012-07-22 15:58:47 +0100
commit6536546251fa6e82ef7cae6d4965b53790c096c0 (patch)
treedd186ccfa40285c3ef7fadbf443413702fd1cafc
parent8b13ad6a80ce0f2e19301083c4313988ae0f8c38 (diff)
downloadlcms2-6536546251fa6e82ef7cae6d4965b53790c096c0.tar.gz
Add morphology
-rw-r--r--lcms2.morph9
1 files changed, 9 insertions, 0 deletions
diff --git a/lcms2.morph b/lcms2.morph
new file mode 100644
index 0000000..18f9e56
--- /dev/null
+++ b/lcms2.morph
@@ -0,0 +1,9 @@
+{
+ "name": "lcms2",
+ "kind": "chunk",
+ "build-system": "autotools",
+ "configure-commands": [
+ "autoreconf -ivf",
+ "./configure --prefix=\"$PREFIX\"
+ ]
+}