changeset 0:0714d88bd854 draft default tip

Imported from capsule None
author iuc
date Mon, 25 Aug 2014 17:15:42 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Aug 25 17:15:42 2014 -0400
@@ -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>
+