Mercurial > repos > devteam > package_rmap_2_05
changeset 0:e0eed0cb34bf draft
Imported from capsule None
author | devteam |
---|---|
date | Mon, 19 May 2014 12:32:58 -0400 |
parents | |
children | 3b7001e1af15 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 44 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon May 19 12:32:58 2014 -0400 @@ -0,0 +1,44 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="rmap" version="2.05"> + <install version="1.0"> + <actions_group> + <actions os="linux" architecture="x86_64"> + <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/rmap/rmap-2.05-Linux-x86_64.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + </actions> + <actions os="darwin" architecture="x86_64"> + <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/rmap/rmap-2.05-darwin-x86_64.tgz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + </actions> + <actions> + <action type="download_by_url">http://www.cmb.usc.edu/people/andrewds/rmap/rmap_v2.05.tbz2</action> + <action type="shell_command">make install</action> + <action type="move_file"> + <source>gpl-3.0.txt</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>README.txt</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_directory_files"> + <source_directory>bin</source_directory> + <destination_directory>$INSTALL_DIR/bin</destination_directory> + </action> + </actions> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions_group> + </install> + <readme> + </readme> + </package> +</tool_dependency> \ No newline at end of file