Mercurial > repos > devteam > package_rmap_2_05
view tool_dependencies.xml @ 0:e0eed0cb34bf draft
Imported from capsule None
author | devteam |
---|---|
date | Mon, 19 May 2014 12:32:58 -0400 |
parents | |
children | 3b7001e1af15 |
line wrap: on
line source
<?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>