comparison tool_dependencies.xml @ 2:ce304c51f69b draft default tip

Uploaded
author bgruening
date Fri, 04 Oct 2013 03:17:57 -0400
parents d3b111f922a3
children
comparison
equal deleted inserted replaced
1:d3b111f922a3 2:ce304c51f69b
4 <install version="1.0"> 4 <install version="1.0">
5 <actions_group> 5 <actions_group>
6 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. --> 6 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. -->
7 <actions os="darwin" architecture="x86_64"> 7 <actions os="darwin" architecture="x86_64">
8 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin64.tar.gz</action> 8 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin64.tar.gz</action>
9 <action type="move_file"> 9 <action type="move_file" rename_to="muscle">
10 <source>../muscle3.8.31_i86darwin64</source> 10 <source>../muscle3.8.31_i86darwin64</source>
11 <destination>$INSTALL_DIR/muscle</destination> 11 <destination>$INSTALL_DIR/muscle</destination>
12 </action> 12 </action>
13 </actions> 13 </actions>
14 <!-- Download the binaries for MUSCLE compatible with 32-bit OSX. --> 14 <!-- Download the binaries for MUSCLE compatible with 32-bit OSX. -->
15 <actions os="darwin" architecture="i386"> 15 <actions os="darwin" architecture="i386">
16 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin32.tar.gz</action> 16 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin32.tar.gz</action>
17 <action type="move_file"> 17 <action type="move_file" rename_to="muscle">
18 <source>../muscle3.8.31_i86darwin32</source> 18 <source>muscle3.8.31_i86darwin32</source>
19 <destination>$INSTALL_DIR/muscle</destination> 19 <destination>$INSTALL_DIR</destination>
20 </action> 20 </action>
21 </actions> 21 </actions>
22 <!-- Download the binaries for MUSCLE compatible with 64-bit Linux. --> 22 <!-- Download the binaries for MUSCLE compatible with 64-bit Linux. -->
23 <actions os="linux" architecture="x86_64"> 23 <actions os="linux" architecture="x86_64">
24 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux64.tar.gz</action> 24 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux64.tar.gz</action>
25 <action type="move_file"> 25 <action type="move_file" rename_to="muscle">
26 <source>../muscle3.8.31_i86linux64</source> 26 <source>muscle3.8.31_i86linux64</source>
27 <destination>$INSTALL_DIR/muscle</destination> 27 <destination>$INSTALL_DIR</destination>
28 </action> 28 </action>
29 </actions> 29 </actions>
30 <!-- Download the binaries for MUSCLE compatible with 32-bit Linux. --> 30 <!-- Download the binaries for MUSCLE compatible with 32-bit Linux. -->
31 <actions os="linux" architecture="i386"> 31 <actions os="linux" architecture="i386">
32 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux32.tar.gz</action> 32 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux32.tar.gz</action>
33 <action type="move_file"> 33 <action type="move_file" rename_to="muscle">
34 <source>../muscle3.8.31_i86linux32</source> 34 <source>muscle3.8.31_i86linux32</source>
35 <destination>$INSTALL_DIR/muscle</destination> 35 <destination>$INSTALL_DIR</destination>
36 </action> 36 </action>
37 </actions> 37 </actions>
38 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> 38 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
39 <actions> 39 <actions>
40 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz</action> 40 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz</action>
41 <action type="shell_command">cd src &amp;&amp; make</action> 41 <action type="shell_command">ls -l &gt; $INSTALL_DIR/foo.txt</action>
42 <action type="shell_command">ls -l > $INSTALL_DIR/foo.txt</action>
43 <action type="shell_command">make</action>
44
42 <action type="move_file"> 45 <action type="move_file">
43 <source>muscle</source> 46 <source>muscle</source>
44 <destination>$INSTALL_DIR</destination> 47 <destination>$INSTALL_DIR</destination>
45 </action> 48 </action>
46 </actions> 49 </actions>