Mercurial > repos > yhoogstrate > fuma
view tool_dependencies.xml @ 1:56b2b5084c85 draft
updates to v2.6.6
author | yhoogstrate |
---|---|
date | Sat, 21 Mar 2015 03:01:14 -0400 |
parents | 267d0c2ebe56 |
children | f06461883f7b |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="fuma" version="2.6.6"> <install version="1.0"> <actions> <action type="make_directory">$INSTALL_DIR/lib/python</action> <action type="make_directory">$INSTALL_DIR/lib64/python</action> <action type="shell_command"> git clone https://github.com/yhoogstrate/fuma.git fuma && cd fuma && git reset --hard 433d68af9a1b113bd0ae09c2b80279c589ac2d5a && export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python && python setup.py build && python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin </action> <action type="set_environment"> <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> Downloads and installs Fuma; requires python pip and get to be installed. </readme> </package> </tool_dependency>