changeset 0:f827acc78e3a draft

Uploaded
author iuc
date Sun, 20 Oct 2013 06:04:59 -0400
parents
children 5ccfb33b5622
files tool_dependencies.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Oct 20 06:04:59 2013 -0400
@@ -0,0 +1,16 @@
+<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>
+              </action>
+            </actions>
+        </install>
+        <readme>
+            Installing libtool http://www.gnu.org/software/libtool/
+        </readme>
+    </package>
+</tool_dependency>