diff tool_dependencies.xml @ 1:1016a386a647 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_22 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:24:14 -0500
parents b638666e399d
children 8b60cf3e0c07
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 04 10:13:12 2014 -0400
+++ b/tool_dependencies.xml	Thu Nov 19 13:24:14 2015 -0500
@@ -7,10 +7,8 @@
                 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz,
                 because tarfile did not understand LZMA compression
             -->
-            <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.22.tar.bz2</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="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.22.tar.bz2</action>
+                <action type="autoconf"/>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                 </action>