changeset 1:11623237372f draft default tip

Uploaded updated tool dependency definition.
author devteam
date Mon, 24 Jun 2013 16:01:53 -0400
parents 90c1cbb8095a
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Jun 20 15:05:25 2013 -0400
+++ b/tool_dependencies.xml	Mon Jun 24 16:01:53 2013 -0400
@@ -8,9 +8,8 @@
                 <action type="set_environment">
                     <environment_variable name="X11_INCLUDE_DIR" action="set_to">$INSTALL_DIR/include</environment_variable>
                 </action>
-            </actions>
-            <actions>
-                <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
+                <action type="download_file" extract="true">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
+                <action type="change_directory">libX11-1.5.0</action>
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">