view tool_dependencies.xml @ 0:f09e2902e6ed draft default tip

Uploaded
author iuc
date Sun, 08 Sep 2013 07:11:30 -0400
parents
children
line wrap: on
line source

<tool_dependency>
    <package name="aragorn" version="1.2.36">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/aragorn1.2.36.tgz</action>
                <action type="make_directory">$INSTALL_DIR/bin/</action>
                <action type="shell_command">gcc -O3 -ffast-math -finline-functions -o aragorn aragorn1.2.36.c</action>
                <action type="move_file">
                    <source>aragorn</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Compiling ARAGORN requires gcc.</readme>
    </package>
</tool_dependency>