comparison tool_dependencies.xml @ 5:6d288b228c6d draft

tool_dependecy debugging
author Jim Johnson <jj@umn.edu>
date Tue, 23 Oct 2012 11:33:18 -0500
parents 06b5da1079d8
children fb61d175ab99
comparison
equal deleted inserted replaced
4:06b5da1079d8 5:6d288b228c6d
3 <package name="augustus" version="2.6.1"> 3 <package name="augustus" version="2.6.1">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action> 6 <action type="shell_command">wget http://bioinf.uni-greifswald.de/augustus/binaries/augustus.2.6.1.tar.gz</action>
7 <!-- with the first command of with type shell_command a dir will be created with the package name, and we'll operate from there. --> 7 <!-- with the first command of with type shell_command a dir will be created with the package name, and we'll operate from there. -->
8 <action type="shell_command">pwd</action>
8 <action type="shell_command">tar zxf ../augustus.2.6.1.tar.gz</action> 9 <action type="shell_command">tar zxf ../augustus.2.6.1.tar.gz</action>
9 <action type="shell_command">make</action> 10 <action type="shell_command">make</action>
10 <action type="move_directory_files"> 11 <action type="move_directory_files">
11 <source_directory>bin</source_directory> 12 <source_directory>bin</source_directory>
12 <destination_directory>$INSTALL_DIR/bin</destination_directory> 13 <destination_directory>$INSTALL_DIR/bin</destination_directory>