diff tool_dependencies.xml @ 0:412a7b592d7b draft default tip

initial Uploaded
author bgruening
date Sat, 22 Feb 2014 07:56:52 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sat Feb 22 07:56:52 2014 -0500
@@ -0,0 +1,19 @@
+<tool_dependency>
+    <package name="twistdna" version="1.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.cbp.ens-lyon.fr/lib/exe/fetch.php?media=developpement:productions:logiciels:twist-dna_1.1.tar.gz</action>
+                <action type="shell_command">make </action>
+                <action type="make_directory">$INSTALL_DIR/bin</action>
+                <action type="move_file">
+                    <source>TwistDNA</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling TwistDNA requires a C compiler and gfortran (typically gcc)</readme>
+    </package>
+</tool_dependency>