comparison tool_dependencies.xml @ 0:d3a72e55deca draft

Uploaded
author saskia-hiltemann
date Wed, 18 Sep 2013 10:51:20 -0400
parents
children 7d9353127f8a
comparison
equal deleted inserted replaced
-1:000000000000 0:d3a72e55deca
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="cgatools17" version="1">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">http://sourceforge.net/projects/cgatools/files/1.7.1/cgatools-1.7.1.5-linux_binary-x86_64.tar.gz</action>
7 <action type="shell_command"> chmod a+x bin/cgatools</action>
8 <action type="move_file">
9 <source>bin/cgatools</source>
10 <destination>$INSTALL_DIR/bin</destination>
11 </action>
12 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
14 <environment_variable name="PATH" action="prepend_to">$REPOSITORY_INSTALL_DIR</environment_variable>
15 </action>
16 </actions>
17 </install>
18 <readme>
19 Downloads and installs the cgatools binary.
20 </readme>
21 </package>
22 </tool_dependency>
23