|
Commit message:
Uploaded |
|
added:
tool_dependencies.xml |
| b |
| diff -r 000000000000 -r 7f67694b167c tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Nov 12 08:49:48 2013 -0500 |
| b |
| @@ -0,0 +1,18 @@ +<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> |