comparison 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
comparison
equal deleted inserted replaced
0:b638666e399d 1:1016a386a647
5 <actions> 5 <actions>
6 <!-- 6 <!--
7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz, 7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.22.tar.xz,
8 because tarfile did not understand LZMA compression 8 because tarfile did not understand LZMA compression
9 --> 9 -->
10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.22.tar.bz2</action> 10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.22.tar.bz2</action>
11 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 11 <action type="autoconf"/>
12 <action type="shell_command">make</action>
13 <action type="shell_command">make install</action>
14 <action type="set_environment"> 12 <action type="set_environment">
15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
16 </action> 14 </action>
17 </actions> 15 </actions>
18 </install> 16 </install>