comparison tool_dependencies.xml @ 2:72f2c5136c4a draft

Uploaded
author iuc
date Mon, 09 Dec 2013 17:38:06 -0500
parents 164be8f52ca2
children 25d2da46dcbd
comparison
equal deleted inserted replaced
1:164be8f52ca2 2:72f2c5136c4a
15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
16 <action type="shell_command">make &amp;&amp; make install</action> 16 <action type="shell_command">make &amp;&amp; make install</action>
17 <action type="set_environment"> 17 <action type="set_environment">
18 <environment_variable action="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable> 18 <environment_variable action="set_to" name="X11_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
19 </action> 19 </action>
20 <action extract="true" type="download_file">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action> 20 <!-- <action extract="true" type="download_file">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
21 <action type="change_directory">libX11-1.5.0</action> 21 <action type="change_directory">libX11-1.5.0</action> -->
22 <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
23 <action type="shell_command">echo `ls -l`</action>
22 <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action> 24 <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action>
23 <action type="shell_command">make &amp;&amp; make install</action> 25 <action type="shell_command">make &amp;&amp; make install</action>
24 <action type="set_environment"> 26 <action type="set_environment">
25 <environment_variable action="set_to" name="X11_LIB_DIR">$INSTALL_DIR/lib</environment_variable> 27 <environment_variable action="set_to" name="X11_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
26 </action> 28 </action>