changeset 0:50d546dfd6b9 draft

Uploaded
author iuc
date Mon, 08 Jul 2013 10:16:38 -0400
parents
children 672da740f1e2
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	Mon Jul 08 10:16:38 2013 -0400
@@ -0,0 +1,18 @@
+<tool_dependency>
+    <package name="graphicsmagick" version="1.3.18">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://sourceforge.net/projects/graphicsmagick/files/graphicsmagick/1.3.18/GraphicsMagick-1.3.18.tar.gz</action>
+
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR/gmagick/ --enable-shared=yes</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install</action>
+
+                <action type="set_environment">
+                    <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling GraphicsMagick requires a C compiler (typically gcc). You can access the GraphicsMagick root directory (including lib/, include/ and bin/) through the $GRAPHICSMAGICK_ROOT_DIR system variable.</readme>
+    </package>
+</tool_dependency>