Commit message:
Imported from capsule None |
added:
tool_dependencies.xml |
b |
diff -r 000000000000 -r 0714d88bd854 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Aug 25 17:15:42 2014 -0400 |
b |
@@ -0,0 +1,26 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="grabix" version="0.1.3"> + <install version="1.0"> + <actions> + <action type="shell_command">git clone --recursive https://github.com/arq5x/grabix.git</action> + <action type="shell_command">git reset --hard 989b021db5b3b68c501dd295fbd62e2457b061c4</action> + <action type="shell_command">make</action> + <action type="move_file"> + <source>grabix</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="GRABIX_ROOT" action="set_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + Compiling grabix requires a recent C++ compiler (typically g++). + grabix will be available in $PATH and under $GRABIX_ROOT. + https://github.com/arq5x/grabix + </readme> + </package> +</tool_dependency> + |