|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="fuma" version="2.6.3">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
|
|
7 <action type="make_directory">$INSTALL_DIR/lib64/python</action>
|
|
|
8
|
|
|
9 <action type="shell_command">
|
|
|
10 git clone https://github.com/yhoogstrate/fuma.git fuma &&
|
|
|
11 cd fuma &&
|
|
|
12 git reset --hard 7d22741f37549eb65b85136316ca0dd2cda529ec &&
|
|
|
13
|
|
|
14 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &&
|
|
|
15 python setup.py build &&
|
|
|
16 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin
|
|
|
17 </action>
|
|
|
18
|
|
|
19 <action type="set_environment">
|
|
|
20 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
|
|
|
21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
22 </action>
|
|
|
23 </actions>
|
|
|
24 </install>
|
|
|
25 <readme>
|
|
|
26 Downloads and installs Fuma; requires python pip and get to be installed.
|
|
|
27 </readme>
|
|
|
28 </package>
|
|
|
29 </tool_dependency>
|