changeset 5:9b0d84b880e4 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_graphicsmagick_1_3 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:27:13 -0500
parents bff3f66adff2
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Nov 14 08:23:58 2014 -0500
+++ b/tool_dependencies.xml	Thu Nov 19 13:27:13 2015 -0500
@@ -3,14 +3,10 @@
         <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="autoconf">--prefix=$INSTALL_DIR/gmagick/ --enable-shared=yes</action>
                 <!-- drop-in replacement for imagemagick's convert -->
                 <action type="shell_command">echo -e '#!/usr/bin/env bash\ngm convert $@' > $INSTALL_DIR/gmagick/bin/convert</action>
                 <action type="shell_command">chmod +x $INSTALL_DIR/gmagick/bin/convert</action>
-
                 <action type="set_environment">
                     <environment_variable name="GRAPHICSMAGICK_ROOT_DIR" action="set_to">$INSTALL_DIR/gmagick</environment_variable>
                     <environment_variable name="PATH" action="append_to">$INSTALL_DIR/gmagick/bin</environment_variable>