Mercurial > repos > iuc > package_unzip_6_0
comparison tool_dependencies.xml @ 1:bcc3240467cf draft
Uploaded
| author | iuc |
|---|---|
| date | Mon, 24 Feb 2014 05:07:46 -0500 |
| parents | c307388e2a53 |
| children | 2a2781b2f91d |
comparison
equal
deleted
inserted
replaced
| 0:c307388e2a53 | 1:bcc3240467cf |
|---|---|
| 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="autoconf" /> | 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="set_environment"> | 9 <action type="set_environment"> |
| 9 <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> |
| 10 <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> |
| 11 <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> |
| 12 <environment_variable name="CPLUS_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> |
