Mercurial > repos > iuc > package_gnu_coreutils_8_22
changeset 2:8b60cf3e0c07 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_22 commit ef528e0f943065b3d7c5ea1cd58476e26f14c5c9-dirty
| author | iuc |
|---|---|
| date | Wed, 30 Dec 2015 12:40:11 -0500 |
| parents | 1016a386a647 |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Nov 19 13:24:14 2015 -0500 +++ b/tool_dependencies.xml Wed Dec 30 12:40:11 2015 -0500 @@ -7,8 +7,10 @@ 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="autoconf"/> + <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="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action>
