changeset 2:8aebdb5c2a09 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_mcl_12_135 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:40:26 -0500
parents 7003196be1b1
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Oct 01 17:45:55 2013 -0400
+++ b/tool_dependencies.xml	Thu Nov 19 13:40:26 2015 -0500
@@ -4,10 +4,7 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://micans.org/mcl/src/mcl-12-135.tar.gz</action>
-                <action type="shell_command">
-                    ./configure --prefix=$INSTALL_DIR
-                </action>
-                <action type="shell_command">make install</action>
+                <action type="autoconf"/>
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                 </action>