summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-13 11:37:02 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2014-06-13 11:37:02 +0100
commit42e85c617fc39338d6f0a5f9a2e793d01e4bea89 (patch)
tree594b39a18fe99deefea4bf867d0b231801f74796
parenta76558de66281375e2a738a2380ca62c0fd223d4 (diff)
downloadghostpdl-baserock/ghostscript-9.14.tar.gz
Add chunk morphology to install GhostSriptbaserock/ghostscript-9.14
-rw-r--r--ghostscript.morph11
1 files changed, 11 insertions, 0 deletions
diff --git a/ghostscript.morph b/ghostscript.morph
new file mode 100644
index 000000000..859602a10
--- /dev/null
+++ b/ghostscript.morph
@@ -0,0 +1,11 @@
+name: ghostscript
+kind: chunk
+configure-commands:
+- |
+ cd gs && ./autogen.sh --prefix="$PREFIX"
+build-commands:
+- |
+ cd gs && make
+install-commands:
+- |
+ cd gs && make install DESTDIR="$DESTDIR"