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>
|
5
|
8 <action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git .</action>
|
1
|
9 <!-- <action type="shell_command">cd breakdancer</action> -->
|
|
10 <action type="shell_command">ls</action>
|
4
|
11 <action type="shell_command">pwd</action>
|
0
|
12 <action type="shell_command">mkdir build</action>
|
2
|
13 <action type="shell_command">ls</action>
|
7
|
14 <action type="shell_command">folder=pwd</action>
|
|
15 <action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local 2>folder/errorfile</action>
|
0
|
16 <action type="shell_command">make</action>
|
7
|
17 <action type="shell_command">make install</action>
|
6
|
18 <!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
|
0
|
19 </actions>
|
|
20 </install>
|
|
21 <readme>
|
|
22 </readme>
|
|
23 </package>
|
|
24 </tool_dependency>
|
|
25
|