Mercurial > repos > rico > package_quicktree_1_1
changeset 0:814402743a7f draft default tip
Uploaded
author | rico |
---|---|
date | Thu, 19 Sep 2013 16:18:47 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Sep 19 16:18:47 2013 -0400 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="quicktree" version="1.1"> + <install version="1.0"> + <actions> + <!-- Download source code --> + <action type="download_by_url" target_filename="quicktree_1.1.tar.gz">ftp://ftp.sanger.ac.uk/pub4/resources/software/quicktree/quicktree.tar.gz</action> + + <!-- Build quicktree --> + <action type="shell_command">make quicktree</action> + + <!-- Install quicktree --> + <action type="shell_command">cp -R bin $INSTALL_DIR</action> + + <!-- Set environment for dependent repositories --> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>