comparison tool_dependencies.xml @ 3:a2bd86bd5c46 draft

Uploaded
author iuc
date Sat, 01 Mar 2014 11:54:54 -0500
parents 2a2781b2f91d
children 759b6293f68b
comparison
equal deleted inserted replaced
2:2a2781b2f91d 3:a2bd86bd5c46
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 -f unix/Makefile generic</action>
8 <action type="shell_command">make install</action> 8 <action type="shell_command">make -f unix/Makefile prefix=$INSTALL_DIR 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="PATH" action="prepend_to">$INSTALL_DIR/bin</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>
13 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
14 </action> 12 </action>
15 </actions> 13 </actions>
16 </install> 14 </install>
17 <readme> 15 <readme>
18 UnZip is an extraction utility for archives compressed in .zip format (also called "zipfiles"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MSDOS functionality. 16 UnZip is an extraction utility for archives compressed in .zip format (also called "zipfiles"). Although highly compatible both with PKWARE's PKZIP and PKUNZIP utilities for MS-DOS and with Info-ZIP's own Zip program, our primary objectives have been portability and non-MSDOS functionality.