changeset 0:26c4906ce3ec draft default tip

Imported from capsule None
author cmonjeau
date Mon, 06 Jul 2015 11:43:46 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 42 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Jul 06 11:43:46 2015 -0400
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="lordec" version="0.5.3">
+      <install version="1.0">
+          <actions>
+              <action type="download_by_url">http://gatb-tools.gforge.inria.fr/versions/src/LoRDEC-0.5.3-Source.tar.gz</action>
+		<action type="make_directory">build</action>
+                <action type="change_directory">build</action>
+		<action type="shell_command">cmake ..</action>
+		<action type="shell_command">make</action>
+                <!-- move binaries into $INSTALL_DIR -->
+                <action type="move_file">
+                  <source>tools/lordec-correct</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                  <source>tools/lordec-stat</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                  <source>tools/lordec-trim</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                  <source>tools/lordec-trim-split</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <action type="move_file">
+                  <source>tools/lordec-build-SR-graph</source>
+                    <destination>$INSTALL_DIR</destination>
+                </action>
+                <!-- create env.sh -->
+                <action type="set_environment">
+                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+            This package installs lordec from the sources.
+        </readme>
+    </package>
+</tool_dependency>