comparison tool_dependencies.xml @ 3:58a38de96f9b default tip

Uploaded
author bgruening
date Fri, 26 Apr 2013 06:52:34 -0400
parents 5ef38d6eed80
children
comparison
equal deleted inserted replaced
2:5ef38d6eed80 3:58a38de96f9b
6 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action> 6 <action type="download_by_url">http://www.bzip.org/1.0.6/bzip2-1.0.6.tar.gz</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action> 8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action>
9 <action type="move_directory_files"> 9 <action type="move_directory_files">
10 <source_directory>./</source_directory> 10 <source_directory>./</source_directory>
11 <destination_directory>$INSTALL_DIR/source</destination_directory> 11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory>
12 </action> 12 </action>
13 <action type="set_environment"> 13 <action type="set_environment">
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bzlib/bin</environment_variable> 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bzlib/bin</environment_variable>
15 <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable> 15 <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable>
16 <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable> 16 <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable>