0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="rmap" version="2.05">
|
|
4 <install version="1.0">
|
|
5 <actions_group>
|
|
6 <actions os="linux" architecture="x86_64">
|
|
7 <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/rmap/rmap-2.05-Linux-x86_64.tgz</action>
|
|
8 <action type="move_directory_files">
|
|
9 <source_directory>.</source_directory>
|
|
10 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
11 </action>
|
|
12 </actions>
|
|
13 <actions os="darwin" architecture="x86_64">
|
|
14 <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/rmap/rmap-2.05-darwin-x86_64.tgz</action>
|
|
15 <action type="move_directory_files">
|
|
16 <source_directory>.</source_directory>
|
|
17 <destination_directory>$INSTALL_DIR</destination_directory>
|
|
18 </action>
|
|
19 </actions>
|
|
20 <actions>
|
|
21 <action type="download_by_url">http://www.cmb.usc.edu/people/andrewds/rmap/rmap_v2.05.tbz2</action>
|
|
22 <action type="shell_command">make install</action>
|
|
23 <action type="move_file">
|
|
24 <source>gpl-3.0.txt</source>
|
|
25 <destination>$INSTALL_DIR</destination>
|
|
26 </action>
|
|
27 <action type="move_file">
|
|
28 <source>README.txt</source>
|
|
29 <destination>$INSTALL_DIR</destination>
|
|
30 </action>
|
|
31 <action type="move_directory_files">
|
|
32 <source_directory>bin</source_directory>
|
|
33 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
34 </action>
|
|
35 </actions>
|
|
36 <action type="set_environment">
|
|
37 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
38 </action>
|
|
39 </actions_group>
|
|
40 </install>
|
|
41 <readme>
|
|
42 </readme>
|
|
43 </package>
|
|
44 </tool_dependency> |