view tool_dependencies.xml @ 0:fccb99f7c1db draft

Uploaded
author pavanvidem
date Mon, 19 Aug 2013 08:41:39 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="blockbuster" version="0.1">
        <install version="0.1">
            <actions>
                <action type="download_by_url">http://www.bioinf.uni-leipzig.de/~david/LIFE/blockbuster.tar.gz</action>
                <action type="shell_command">make clean</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>blockbuster.x</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>
	
        </readme>
    </package>
</tool_dependency>