comparison tool_dependencies.xml @ 2:d088c697396d draft

Fix tool_dependencies.xml install.
author Jim Johnson <jj@umn.edu>
date Mon, 22 Oct 2012 13:05:34 -0500
parents 807dc2efb781
children 75675bc1aafb
comparison
equal deleted inserted replaced
1:b7e800db2632 2:d088c697396d
3 <package name="augustus" version="2.5.5"> 3 <package name="augustus" version="2.5.5">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://augustus.gobics.de/binaries/augustus.2.5.5.tar.gz</action> 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> 7 <action type="shell_command">make</action>
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>
8 <action type="set_environment"> 20 <action type="set_environment">
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
10 </action> 22 </action>
11 <action type="set_environment"> 23 <action type="set_environment">
12 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable> 24 <environment_variable name="AUGUSTUS_CONFIG_PATH" action="set_to">$INSTALL_DIR/config</environment_variable>