view tool_dependencies.xml @ 0:7f67694b167c draft default tip

Uploaded
author iuc
date Tue, 12 Nov 2013 08:49:48 -0500
parents
children
line wrap: on
line source

<tool_dependency>
    <package name="libtool" version="2.4">
        <install version="1.0">
            <actions>
              <action type="download_by_url">ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz</action>
              <action type="autoconf" />
              <action type="set_environment">
                <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                <environment_variable name="LIBTOOL_PATH" action="set_to">$INSTALL_DIR</environment_variable>
              </action>
            </actions>
        </install>
        <readme>
            Installing libtool http://www.gnu.org/software/libtool/
        </readme>
    </package>
</tool_dependency>