comparison tool_dependencies.xml @ 4:29af9584ed26 default tip

corrected install version to 1.0
author nilesh
date Fri, 12 Jul 2013 20:26:02 -0500
parents be04ffa66753
children
comparison
equal deleted inserted replaced
3:be04ffa66753 4:29af9584ed26
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="sickle" version="1.21.0"> 3 <package name="sickle" version="1.21.0">
4 <install version="1.1"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action> 6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action> 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action>
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action> 9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>