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

Changeset 0:a4e930b587b1 (2015-07-06)
Commit message:
Imported from capsule None
added:
tool_dependencies.xml
b
diff -r 000000000000 -r a4e930b587b1 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Mon Jul 06 11:43:56 2015 -0400
b
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="kissplice" version="2.2.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">ftp://pbil.univ-lyon1.fr/pub/logiciel/kissplice/download/kissplice-2.2.1.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>
+ <action type="move_directory_files">
+                     <source_directory>bin</source_directory>
+                     <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                </action>
+  <action type="move_directory_files">
+                        <source_directory>lib</source_directory>
+                         <destination_directory>$INSTALL_DIR/lib</destination_directory>
+                </action>
+
+ <!-- create env.sh -->
+                <action type="set_environment">
+                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/</environment_variable>
+                </action>                
+            </actions>
+        </install>
+        <readme>
+            This package installs kissplice from the sources available in KisSplice web site
+        </readme>
+    </package>
+</tool_dependency>