Mercurial > repos > devteam > package_rmap_2_05
annotate tool_dependencies.xml @ 1:3b7001e1af15 draft default tip
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Sun, 11 Oct 2015 10:43:46 -0400 |
parents | e0eed0cb34bf |
children |
rev | line source |
---|---|
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> | |
1
3b7001e1af15
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
21 <action type="download_by_url" md5sum="44ed2dd24061090420aa85a52cb8cae2">https://github.com/bgruening/download_store/raw/master/rmap/rmap_v2.05.tar.bz2</action> |
0 | 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> | |
1
3b7001e1af15
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
devteam
parents:
0
diff
changeset
|
44 </tool_dependency> |