comparison tool_dependencies.xml @ 3:7557fbad5303 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_21 commit ef528e0f943065b3d7c5ea1cd58476e26f14c5c9-dirty
author iuc
date Wed, 30 Dec 2015 12:40:03 -0500
parents fe60f392356d
children
comparison
equal deleted inserted replaced
2:fe60f392356d 3:7557fbad5303
5 <actions> 5 <actions>
6 <!-- 6 <!--
7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz, 7 repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.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.21.tar.bz2</action> 10 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/GNU/coreutils-8.21.tar.bz2</action>
11 <action type="autoconf"/> 11 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
12 <action type="shell_command">make</action>
13 <action type="shell_command">make install</action>
12 <action type="set_environment"> 14 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
14 </action> 16 </action>
15 </actions> 17 </actions>
16 </install> 18 </install>