Repository 'package_lordec_0_5_3'
hg clone https://toolshed.g2.bx.psu.edu/repos/cmonjeau/package_lordec_0_5_3

Changeset 0:26c4906ce3ec (2015-07-06)
Commit message:
Imported from capsule None
added:
tool_dependencies.xml
b
diff -r 000000000000 -r 26c4906ce3ec tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon Jul 06 11:43:46 2015 -0400
b
@@ -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>