Mercurial > repos > devteam > package_rmap_2_05
view tool_dependencies.xml @ 1:f4bdd35c1022 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_rmap_2_05 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 18:46:22 -0500 |
parents | 19250a976d28 |
children |
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" md5sum="44ed2dd24061090420aa85a52cb8cae2">https://github.com/bgruening/download_store/raw/master/rmap/rmap_v2.05.tar.bz2</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>