comparison chipsequtil/tool_dependencies.xml @ 2:87cbd70e029f draft

Uploaded
author alenail
date Wed, 30 Mar 2016 13:47:35 -0400
parents dfa6d9262b4e
children 7a910b2c72ff
comparison
equal deleted inserted replaced
1:dfa6d9262b4e 2:87cbd70e029f
2 <tool_dependency> 2 <tool_dependency>
3 <package name="chipsequtil" version="1.0"> 3 <package name="chipsequtil" version="1.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">https://github.com/adamlabadorf/chipsequtil/archive/master.zip</action> 6 <action type="download_by_url">https://github.com/adamlabadorf/chipsequtil/archive/master.zip</action>
7 <action type="shell_command">unzip chipsequtil-master.zip -d chipsequtil</action>
8 <action type="shell_command">cd chipsequtil</action>
9 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action> 7 <action type="shell_command">cp org_settings.cfg src/chipsequtil/</action>
10 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action> 8 <action type="shell_command">python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
11 <action type="set_environment"> 9 <action type="set_environment">
12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
13 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action> 11 <environment_variable name="PYTHONPATH" action="prepend_to">$INSTALL_DIR</environment_variable> </action>