view tool_dependencies.xml @ 0:6071205c5cd3 draft default tip

Imported from capsule None
author iuc
date Fri, 13 Feb 2015 05:32:55 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="gengetopt" version="2.22.6">
        <install version="1.0">
            <actions>
            <action type="download_by_url">ftp://ftp.gnu.org/gnu/gengetopt/gengetopt-2.22.6.tar.gz</action>
            <action type="autoconf" />
            <action type="set_environment">
                <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                <environment_variable name="GENGETOPT_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
            </action>
            </actions>
        </install>
        <readme>
            Compiling GNU gengetopt requires a C compiler.
            http://www.gnu.org/software/gengetopt/
        </readme>
    </package>
</tool_dependency>