diff tools/sibelia/tool_dependencies.xml @ 5:7b5e87542bd8 draft default tip

Coming to conclusion. Testing.
author eremeevaaa94@mail.ru
date Sun, 13 Apr 2014 07:02:26 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/sibelia/tool_dependencies.xml	Sun Apr 13 07:02:26 2014 -0700
@@ -0,0 +1,29 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="sibelia" version="3.0.4">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url"> http://sourceforge.net/projects/sibelia-bio/files/3.0.4/Sibelia-3.0.4-Linux.tar.gz </action>
+		<action type="make_directory">$INSTALL_DIR/bin </action>
+		<action type="make_directory">$INSTALL_DIR/lib </action>
+		<action type="make_directory">$INSTALL_DIR/share </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>
+		<action type="move_directory_files">
+		  <source_directory>share</source_directory>
+		  <destination_directory>$INSTALL_DIR/share</destination_directory>
+		</action>
+	 					</actions>
+        </install>
+        <readme>
+This installs Sibelia 3.0.4
+        </readme>
+    </package>
+</tool_dependency>
+