changeset 3:25d2da46dcbd draft

Uploaded
author iuc
date Mon, 09 Dec 2013 17:54:55 -0500
parents 72f2c5136c4a
children 5295607b733b
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Dec 09 17:38:06 2013 -0500
+++ b/tool_dependencies.xml	Mon Dec 09 17:54:55 2013 -0500
@@ -17,8 +17,7 @@
                 <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 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>