changeset 0:d9b8df220fd5 draft

Initial upload
author fubar
date Fri, 26 Jul 2013 20:33:58 -0400
parents
children 6e04cd0a5bc3
files tool_dependencies.xml
diffstat 1 files changed, 18 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Jul 26 20:33:58 2013 -0400
@@ -0,0 +1,18 @@
+<tool_dependency>
+    <package name="ghostscript" version="9.07">
+        <install version="1.0">
+            <actions>
+                <action type="make_directory">$INSTALL_DIR</action>
+                <action type="download_by_url">http://downloads.ghostscript.com/public/ghostscript-9.07.tar.gz</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme> ghostscript needed for compressing pdfs
+        </readme>
+    </package>
+</tool_dependency>