comparison tool_dependencies.xml @ 2:c8aecd67e0f5 draft

Uploaded
author bgruening
date Sat, 15 Mar 2014 22:41:09 -0400
parents d5188682d08e
children e89ba6f88ab2
comparison
equal deleted inserted replaced
1:d5188682d08e 2:c8aecd67e0f5
1 <tool_dependency> 1 <tool_dependency>
2 <package name="bzlib" version="1.0.6"> 2 <package name="bzlib" version="1.0.6">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <!-- first action is always downloading -->
5 <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>
6 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
7 <action type="shell_command">make install PREFIX=$INSTALL_DIR</action> 8 <action type="shell_command">make install PREFIX=$INSTALL_DIR/bzlib</action>
9 <action type="move_directory_files">
10 <source_directory>./</source_directory>
11 <destination_directory>$INSTALL_DIR/bzlib/source</destination_directory>
12 </action>
8 <action type="set_environment"> 13 <action type="set_environment">
9 14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bzlib/bin</environment_variable>
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 15 <environment_variable name="BZLIB_LIB_DIR" action="set_to">$INSTALL_DIR/bzlib/lib</environment_variable>
11 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 16 <environment_variable name="BZLIB_INCLUDE_DIR" action="set_to">$INSTALL_DIR/bzlib/include</environment_variable>
12 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 17 <environment_variable name="BZLIB_SOURCE_DIR" action="set_to">$INSTALL_DIR/bzlib/source</environment_variable>
13 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
14 <environment_variable name="BZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
15 </action> 18 </action>
16 </actions> 19 </actions>
17 </install> 20 </install>
18 <readme>Compiling bzlib requires make and a C compiler.</readme> 21 <readme>Compiling bzlib requires make and a C compiler. You can access bzlib with $BZLIB_LIB_DIR and $BZLIB_INCLUDE_DIR.</readme>
19 </package> 22 </package>
20 </tool_dependency> 23 </tool_dependency>