comparison tools/sibelia/tool_dependencies.xml @ 5:7b5e87542bd8 draft default tip

Coming to conclusion. Testing.
author eremeevaaa94@mail.ru
date Sun, 13 Apr 2014 07:02:26 -0700
parents
children
comparison
equal deleted inserted replaced
2:74df95d8152a 5:7b5e87542bd8
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="sibelia" version="3.0.4">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url"> http://sourceforge.net/projects/sibelia-bio/files/3.0.4/Sibelia-3.0.4-Linux.tar.gz </action>
7 <action type="make_directory">$INSTALL_DIR/bin </action>
8 <action type="make_directory">$INSTALL_DIR/lib </action>
9 <action type="make_directory">$INSTALL_DIR/share </action>
10 <action type="move_directory_files">
11 <source_directory>bin</source_directory>
12 <destination_directory>$INSTALL_DIR/bin</destination_directory>
13 </action>
14 <action type="move_directory_files">
15 <source_directory>lib</source_directory>
16 <destination_directory>$INSTALL_DIR/lib</destination_directory>
17 </action>
18 <action type="move_directory_files">
19 <source_directory>share</source_directory>
20 <destination_directory>$INSTALL_DIR/share</destination_directory>
21 </action>
22 </actions>
23 </install>
24 <readme>
25 This installs Sibelia 3.0.4
26 </readme>
27 </package>
28 </tool_dependency>
29