view tool_dependencies.xml @ 0:8c1250a8e9bc draft

Uploaded
author bgruening
date Thu, 05 Dec 2013 18:35:25 -0500
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="spectral_hk" version="0.1">
        <install version="1.0">
            <actions>
                <action type="shell_command">git clone https://bitbucket.org/ncgc/spectral_hk.git</action>
                <action type="shell_command">git reset --hard 4c2d2f36708798bbe49a4633df246fa065e2268a</action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>spectral_hk</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 spectral_hk requires a C compiler (typically gcc)</readme>
    </package>
</tool_dependency>