view tool_dependencies.xml @ 0:9d2ed370989c draft default tip

Uploaded
author iuc
date Tue, 10 Feb 2015 11:38:59 -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>