view tool_dependencies.xml @ 1:926b471a2e43 draft default tip

Added LIBXML_ROOT_PATH to the environment settings.
author devteam
date Wed, 05 Mar 2014 08:38:46 -0500
parents cff446402e07
children
line wrap: on
line source

<tool_dependency>
    <package name="libxml2" version="2.9.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">ftp://xmlsoft.org/libxml2/libxml2-2.9.1.tar.gz</action>
                <action type="shell_command">./configure --prefix=$INSTALL_DIR --without-python</action>
                <action type="shell_command">make &amp;&amp; make install</action>
                <action type="set_environment">
                    <environment_variable name="LIBXML_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                    <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme></readme>
    </package>
</tool_dependency>