comparison tool_dependencies.xml @ 7:af897e0a3c13 default tip

fix installation
author lomereiter <lomereiter@gmail.com>
date Wed, 17 Dec 2014 08:42:37 +0300
parents 123168c85390
children
comparison
equal deleted inserted replaced
6:f81259dcaea7 7:af897e0a3c13
5 <actions_group> 5 <actions_group>
6 <actions os="darwin" architecture="x86_64"> 6 <actions os="darwin" architecture="x86_64">
7 <action type="download_by_url"> 7 <action type="download_by_url">
8 https://github.com/lomereiter/sambamba/releases/download/v0.4.7/sambamba_v0.4.7_osx.tar.bz2 8 https://github.com/lomereiter/sambamba/releases/download/v0.4.7/sambamba_v0.4.7_osx.tar.bz2
9 </action> 9 </action>
10 <action type="move_file"> 10 <action type="move_file" rename_to="sambamba">
11 <source>sambamba_v0.4.7</source> 11 <source>sambamba_v0.4.7</source>
12 <destination>$INSTALL_DIR/bin/sambamba</destination> 12 <destination>$INSTALL_DIR/bin</destination>
13 </action> 13 </action>
14 </actions> 14 </actions>
15 <actions os="linux" architecture="x86_64"> 15 <actions os="linux" architecture="x86_64">
16 <action type="download_by_url"> 16 <action type="download_by_url">
17 https://github.com/lomereiter/sambamba/releases/download/v0.4.7/sambamba_v0.4.7_centos5.tar.bz2 17 https://github.com/lomereiter/sambamba/releases/download/v0.4.7/sambamba_v0.4.7_centos5.tar.bz2
18 </action> 18 </action>
19 <action type="move_file"> 19 <action type="move_file" rename_to="sambamba">
20 <source>sambamba_v0.4.7</source> 20 <source>sambamba_v0.4.7</source>
21 <destination>$INSTALL_DIR/bin/sambamba</destination> 21 <destination>$INSTALL_DIR/bin</destination>
22 </action> 22 </action>
23 </actions> 23 </actions>
24 <action type="set_environment"> 24 <action type="set_environment">
25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 25 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
26 </action> 26 </action>