0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="breakdancer" version="1.4.4(commit e2ceb53)">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
1
|
6 <action type="shell_command">ls</action>
|
2
|
7 <action type="shell_command">pwd</action>
|
3
|
8 <action type="shell_command">cd ..</action>
|
|
9 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git breakdancer</action>
|
1
|
10 <action type="shell_command">ls</action>
|
2
|
11 <action type="shell_command">pwd</action>
|
3
|
12 <action type="shell_command">cd breakdancer</action>
|
1
|
13 <!-- <action type="shell_command">cd breakdancer</action> -->
|
|
14 <action type="shell_command">ls</action>
|
0
|
15 <action type="shell_command">mkdir build</action>
|
2
|
16 <action type="shell_command">ls</action>
|
|
17 <action type="shell_command">pwd</action>
|
0
|
18 <action type="shell_command">cd build</action>
|
2
|
19 <action type="shell_command">ls</action>
|
|
20 <action type="shell_command">pwd</action>
|
0
|
21 <action type="shell_command">cmake .. -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
|
|
22 <action type="shell_command">make</action>
|
|
23 <action type="shell_command">sudo make install</action>
|
|
24 </actions>
|
|
25 </install>
|
|
26 <readme>
|
|
27 </readme>
|
|
28 </package>
|
|
29 </tool_dependency>
|
|
30
|