changeset 2:72f2c5136c4a draft

Uploaded
author iuc
date Mon, 09 Dec 2013 17:38:06 -0500
parents 164be8f52ca2
children 25d2da46dcbd
files tool_dependencies.xml
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Dec 05 22:34:58 2013 -0500
+++ b/tool_dependencies.xml	Mon Dec 09 17:38:06 2013 -0500
@@ -17,8 +17,10 @@
                 <action type="set_environment">
                     <environment_variable action="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
                 </action>
-                <action extract="true" type="download_file">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 extract="true" type="download_file">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="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
+                <action type="shell_command">echo `ls -l`</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">