comparison tool_dependencies.xml @ 2:2a2781b2f91d draft

Uploaded
author iuc
date Tue, 25 Feb 2014 03:10:46 -0500
parents bcc3240467cf
children a2bd86bd5c46
comparison
equal deleted inserted replaced
1:bcc3240467cf 2:2a2781b2f91d
2 <tool_dependency> 2 <tool_dependency>
3 <package name="unzip" version="6.0"> 3 <package name="unzip" version="6.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz</action> 6 <action type="download_by_url">http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz</action>
7 <action type="shell_command">make generic -f unix/Makefile --prefix=$INSTALL_DIR</action> 7 <action type="shell_command">make generic -f unix/Makefile prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make install</action> 8 <action type="shell_command">make install</action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="UNZIP_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 11 <environment_variable name="UNZIP_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
12 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 12 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>