view tool_dependencies.xml @ 0:741d531ba353 draft default tip

Imported from capsule None
author devteam
date Tue, 01 Apr 2014 10:48:01 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="sputnik" version="1.0">
      <install version="1.0">
          <actions_group>
              <actions architecture="x86_64" os="darwin">
                  <action type="download_by_url">http://depot.galaxyproject.org/package/darwin/x86_64/sputnik/sputnik-1.0-Darwin-x86_64.tgz</action>
                    <action type="move_directory_files">
                      <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>
                </actions>
              <actions architecture="x86_64" os="linux">
                  <action type="download_by_url">http://depot.galaxyproject.org/package/linux/x86_64/sputnik/sputnik-1.0-Linux-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">https://bitbucket.org/natefoo/sputnik-mononucleotide/get/22e04543ccf3.zip</action>
                    <action type="shell_command">make</action>
                    <action type="move_file">
                        <source>sputnik</source>
                        <destination>$INSTALL_DIR/bin/sputnik</destination>
                    </action>
                </actions>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>