view chipsequtil/tool_dependencies.xml @ 1:dfa6d9262b4e draft

Uploaded
author alenail
date Wed, 30 Mar 2016 13:39:07 -0400
parents 4f66143b385a
children 87cbd70e029f
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">unzip chipsequtil-master.zip -d chipsequtil</action>
                <action type="shell_command">cd chipsequtil</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</environment_variable>                </action>
            </actions>
        </install>
        <readme></readme>
    </package>
</tool_dependency>