|
0
|
1 <?xml version="1.0"?>
|
|
|
2 <tool_dependency>
|
|
|
3 <package name="grabix" version="0.1.3">
|
|
|
4 <install version="1.0">
|
|
|
5 <actions>
|
|
|
6 <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action>
|
|
|
7 <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action>
|
|
|
8 <action type="shell_command">automake</action>
|
|
|
9 <action type="set_environment">
|
|
|
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
11 <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable>
|
|
|
12 </action>
|
|
|
13 </actions>
|
|
|
14 </install>
|
|
|
15 <readme>
|
|
|
16 Compiling grabix requires a recent C++ compiler (typically g++).
|
|
|
17 grabix will be available in $PATH and under $GRABIX_ROOT.
|
|
|
18 https://github.com/arq5x/grabix
|
|
|
19 </readme>
|
|
|
20 </package>
|
|
|
21 </tool_dependency>
|
|
|
22
|