view tool_dependencies.xml @ 0:ac64dfe4b1fb draft default tip

Imported from capsule None
author iuc
date Wed, 04 Jun 2014 10:14:37 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="gnu_coreutils" version="8.22">
        <install version="1.0">
            <actions>
            <!--
                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="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>
            </actions>
        </install>
        <readme>
            Compiling GNU coreutils requires a C compiler.
        </readme>
    </package>
</tool_dependency>