comparison tools/mira_3_4/tool_dependencies.xml @ 5:c6bbce601b69 draft

Uploaded v0.0.7, take 3, escaped X in URL in XML
author peterjc
date Wed, 24 Apr 2013 12:49:41 -0400
parents 03743667463c
children
comparison
equal deleted inserted replaced
4:03743667463c 5:c6bbce601b69
2 <tool_dependency> 2 <tool_dependency>
3 <package name="MIRA" version="3.4.1.1"> 3 <package name="MIRA" version="3.4.1.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <!-- Sourceforge doesn't offer nice clean download URLs which is a shame --> 6 <!-- Sourceforge doesn't offer nice clean download URLs which is a shame -->
7 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_3.4.1.1_prod_linux-gnu_x86_64_static.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fmira-assembler%2Ffiles%2FMIRA%2Fstable%2F&ts=1366819213&use_mirror=kent</action> 7 <action type="download_by_url">http://downloads.sourceforge.net/project/mira-assembler/MIRA/stable/mira_3.4.1.1_prod_linux-gnu_x86_64_static.tar.bz2?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fmira-assembler%2Ffiles%2FMIRA%2Fstable%2F&amp;ts=1366819213&amp;use_mirror=kent</action>
8 <!-- Currently we only need the main binary itself, mira --> 8 <!-- Currently we only need the main binary itself, mira -->
9 <action type="move_file"><source>mira_3.4.1.1_prod_linux-gnu_x86_64_static/bin/mira</source><destination>$INSTALL_DIR/</destination></action> 9 <action type="move_file"><source>mira_3.4.1.1_prod_linux-gnu_x86_64_static/bin/mira</source><destination>$INSTALL_DIR/</destination></action>
10 <action type="set_environment"> 10 <action type="set_environment">
11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> 11 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
12 </action> 12 </action>