changeset 1:bcc3240467cf draft

Uploaded
author iuc
date Mon, 24 Feb 2014 05:07:46 -0500
parents c307388e2a53
children 2a2781b2f91d
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Feb 23 07:01:01 2014 -0500
+++ b/tool_dependencies.xml	Mon Feb 24 05:07:46 2014 -0500
@@ -4,7 +4,8 @@
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://downloads.sourceforge.net/project/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz</action>
-                <action type="autoconf" />
+                <action type="shell_command">make generic -f unix/Makefile --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make install</action>
                 <action type="set_environment">
                     <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable name="UNZIP_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>