Mercurial > repos > malbuquerque > package_bamtools_2_3_0
comparison tool_dependencies.xml @ 1:38dafb8b3980 draft
Uploaded
author | malbuquerque |
---|---|
date | Mon, 19 Jan 2015 18:59:47 -0500 |
parents | 2c55ff0a3013 |
children | cfc30ae94222 |
comparison
equal
deleted
inserted
replaced
0:2c55ff0a3013 | 1:38dafb8b3980 |
---|---|
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> | |
19 <action type="shell_command">sleep 10</action> | |
18 <action type="shell_command">cd build</action> | 20 <action type="shell_command">cd build</action> |
19 <action type="shell_command">cmake ..</action> | 21 <action type="shell_command">cmake ..</action> |
20 <action type="shell_command">make</action> | 22 <action type="shell_command">make</action> |
21 <action type="shell_command">cd ..</action> | 23 <action type="shell_command">cd ..</action> |
22 | 24 |