Mercurial > repos > iuc > package_x11_client_1_5_proto_7_0
changeset 5:9f37bb57445a draft
Uploaded
author | iuc |
---|---|
date | Mon, 09 Dec 2013 18:24:45 -0500 |
parents | 5295607b733b |
children | f25d040179da |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Dec 09 18:20:41 2013 -0500 +++ b/tool_dependencies.xml Mon Dec 09 18:24:45 2013 -0500 @@ -17,9 +17,9 @@ <action type="set_environment"> <environment_variable action="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable> </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 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="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 && make install</action> <action type="set_environment">