0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
1
|
3 <package name="cgatools" version="1.7">
|
0
|
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
|