0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="augustus" version="2.5.5">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <action type="download_by_url">http://augustus.gobics.de/binaries/augustus.2.5.5.tar.gz</action>
|
|
7 <action type="shell_command">make</action>
|
2
|
8 <action type="move_directory_files">
|
|
9 <source_directory>bin</source_directory>
|
|
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
11 </action>
|
|
12 <action type="move_directory_files">
|
|
13 <source_directory>scripts</source_directory>
|
|
14 <destination_directory>$INSTALL_DIR/scripts</destination_directory>
|
|
15 </action>
|
|
16 <action type="move_directory_files">
|
|
17 <source_directory>config</source_directory>
|
|
18 <destination_directory>$INSTALL_DIR/config</destination_directory>
|
|
19 </action>
|
0
|
20 <action type="set_environment">
|
|
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
22 </action>
|
|
23 <action type="set_environment">
|
|
24 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable>
|
|
25 </action>
|
|
26 </actions>
|
|
27 </install>
|
|
28 <readme>http://augustus.gobics.de/binaries/README.TXT</readme>
|
|
29 </package>
|
|
30 </tool_dependency>
|
|
31
|