Mercurial > repos > iuc > package_libtool_2_4
annotate tool_dependencies.xml @ 0:7f67694b167c draft default tip
Uploaded
author | iuc |
---|---|
date | Tue, 12 Nov 2013 08:49:48 -0500 |
parents | |
children |
rev | line source |
---|---|
0 | 1 <tool_dependency> |
2 <package name="libtool" version="2.4"> | |
3 <install version="1.0"> | |
4 <actions> | |
5 <action type="download_by_url">ftp://ftp.gnu.org/gnu/libtool/libtool-2.4.tar.gz</action> | |
6 <action type="autoconf" /> | |
7 <action type="set_environment"> | |
8 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
10 <environment_variable name="LIBTOOL_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
11 </action> | |
12 </actions> | |
13 </install> | |
14 <readme> | |
15 Installing libtool http://www.gnu.org/software/libtool/ | |
16 </readme> | |
17 </package> | |
18 </tool_dependency> |