comparison tool_dependencies.xml @ 3:ec6d0185c9fe draft

Uploaded
author malbuquerque
date Mon, 19 Jan 2015 19:07:34 -0500
parents cfc30ae94222
children ad46b5210186
comparison
equal deleted inserted replaced
2:cfc30ae94222 3:ec6d0185c9fe
13 <install version="1.0"> 13 <install version="1.0">
14 <actions> 14 <actions>
15 15
16 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action> 16 <action type="download_by_url">https://github.com/pezmaster31/bamtools/archive/v2.3.0.tar.gz</action>
17 <action type="shell_command">mkdir build</action> 17 <action type="shell_command">mkdir build</action>
18 <action type="shell_command">ls</action> 18 <action type="change_directory">build</action>
19 <action type="shell_command">sleep 10</action> 19 <action type="shell_command">cmake ..</action>
20 <action type="shell_command">cd build</action>
21 <action type="shell_command">cmake ./../</action>
22 <action type="shell_command">ls</action>
23 <action type="shell_command">sleep 10</action>
24 <action type="shell_command">make</action> 20 <action type="shell_command">make</action>
25 <action type="shell_command">cd ./../</action> 21 <action type="change_directory">cd ..</action>
26 22
27 <action type="move_directory_files"> 23 <action type="move_directory_files">
28 <source_directory>./</source_directory> 24 <source_directory>./</source_directory>
29 <destination_directory>$INSTALL_DIR</destination_directory> 25 <destination_directory>$INSTALL_DIR</destination_directory>
30 </action> 26 </action>