Mercurial > repos > iuc > package_libtool_2_4
annotate tool_dependencies.xml @ 0:f827acc78e3a draft
Uploaded
| author | iuc |
|---|---|
| date | Sun, 20 Oct 2013 06:04:59 -0400 |
| parents | |
| children | 5ccfb33b5622 |
| 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 </action> | |
| 10 </actions> | |
| 11 </install> | |
| 12 <readme> | |
| 13 Installing libtool http://www.gnu.org/software/libtool/ | |
| 14 </readme> | |
| 15 </package> | |
| 16 </tool_dependency> |
