comparison tool_dependencies.xml @ 1:11623237372f draft default tip

Uploaded updated tool dependency definition.
author devteam
date Mon, 24 Jun 2013 16:01:53 -0400
parents 90c1cbb8095a
children
comparison
equal deleted inserted replaced
0:90c1cbb8095a 1:11623237372f
6 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 6 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
7 <action type="shell_command">make &amp;&amp; make install</action> 7 <action type="shell_command">make &amp;&amp; make install</action>
8 <action type="set_environment"> 8 <action type="set_environment">
9 <environment_variable name="X11_INCLUDE_DIR" action="set_to">$INSTALL_DIR/include</environment_variable> 9 <environment_variable name="X11_INCLUDE_DIR" action="set_to">$INSTALL_DIR/include</environment_variable>
10 </action> 10 </action>
11 </actions> 11 <action type="download_file" extract="true">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
12 <actions> 12 <action type="change_directory">libX11-1.5.0</action>
13 <action type="download_by_url">ftp://ftp.x.org/pub/X11R7.7/src/lib/libX11-1.5.0.tar.bz2</action>
14 <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action> 13 <action type="shell_command">./configure --prefix=$INSTALL_DIR CFLAGS='-I$INSTALL_DIR/include'</action>
15 <action type="shell_command">make &amp;&amp; make install</action> 14 <action type="shell_command">make &amp;&amp; make install</action>
16 <action type="set_environment"> 15 <action type="set_environment">
17 <environment_variable name="X11_LIB_DIR" action="set_to">$INSTALL_DIR/lib</environment_variable> 16 <environment_variable name="X11_LIB_DIR" action="set_to">$INSTALL_DIR/lib</environment_variable>
18 </action> 17 </action>