Mercurial > repos > mvdbeek > package_gnu_coreutils_8_21_nanosleep_test
changeset 0:2a008d42093a draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_21 commit 1c0647ec605bc15e0a749833c37f2cf2c5bc69b4-dirty
author | mvdbeek |
---|---|
date | Tue, 01 Mar 2016 06:04:28 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 26 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Mar 01 06:04:28 2016 -0500 @@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="gnu_coreutils" version="8.21"> + <install version="1.0"> + <actions> + <!-- + repacked version of http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz, + because tarfile did not understand LZMA compression + --> + <action type="download_by_url" sha256sum="2d0fa1aff8ab612e37cbc96f8d4c2538aab836e7369b072a39c3314699424883"> + https://depot.galaxyproject.org/software/coreutils/coreutils_8.21_src_all.tar.bz2 + </action> + <action type="shell_command"><![CDATA[ + curl https://raw.githubusercontent.com/coreutils/gnulib/master/lib/nanosleep.c > lib/nanosleep.c + ]]></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>