view tool_dependencies.xml @ 6:5642ac938dda draft

Uploaded
author jeremie
date Wed, 25 Jun 2014 11:23:11 -0400
parents 730c0c8cf29b
children b3ad1809cb09
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="breakdancer" version="1.4.4(commit e2ceb53)">
        <install version="1.0">
            <actions>
				<action type="shell_command">ls</action>
				<action type="shell_command">pwd</action>
				<action type="shell_command">git clone --recursive https://github.com/genome/breakdancer.git .</action>
				<!-- <action type="shell_command">cd breakdancer</action> -->
				<action type="shell_command">ls</action>
				<action type="shell_command">pwd</action>
				<action type="shell_command">mkdir build</action>
				<action type="shell_command">ls</action>
				<action type="shell_command">pwd</action>
				<action type="shell_command">cmake . -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/usr/local</action>
				<action type="shell_command">make</action>
				<action type="shell_command">sudo make install</action>
				<!-- <action type="...">move bin/breakdancer-max to installdir</action> -->
            </actions>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>