view chipsequtil/tool_dependencies.xml @ 5:199989365def draft

Deleted selected files
author alenail
date Mon, 04 Apr 2016 14:52:25 -0400
parents 7a910b2c72ff
children 124231ed2402
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="chipsequtil" version="1.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://github.com/adamlabadorf/chipsequtil/archive/master.zip</action>
                <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action>
                <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR/lib/python</environment_variable>
                </action>
            </actions>
        </install>
        <readme></readme>
    </package>
</tool_dependency>