Mercurial > repos > iuc > package_libtool_2_4
changeset 0:7f67694b167c draft default tip
Uploaded
author | iuc |
---|---|
date | Tue, 12 Nov 2013 08:49:48 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Nov 12 08:49:48 2013 -0500 @@ -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>