Mercurial > repos > morinlab > package_gnu_coreutils_8_25
changeset 0:7241ed879fb4 draft default tip
Uploaded
author | morinlab |
---|---|
date | Sun, 04 Dec 2016 18:08:51 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Dec 04 18:08:51 2016 -0500 @@ -0,0 +1,23 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="gnu_coreutils" version="8.25"> + <install version="1.0"> + <actions> + <!-- + repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz, + because tarfile did not understand LZMA compression + --> + <action type="download_by_url" sha256sum="031a9842298864ed0d7ae87e008759465c8b4716ed4bf97d723fe8ced5145e94"> + https://depot.galaxyproject.org/software/coreutils/coreutils_8.25_src_all.tar.bz2 + </action> + <action type="autoconf"/> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Compiling GNU coreutils requires a C compiler. + </readme> + </package> +</tool_dependency>