view tool_dependencies.xml @ 0:a177f177d42f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_coreutils_8_25 commit f89eded5fc193e44837f7a62af46e07f198076a3
author iuc
date Tue, 01 Mar 2016 09:27:04 -0500
parents
children
line wrap: on
line source

<?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>