Repository 'package_fastme_2_1_4'
hg clone https://toolshed.g2.bx.psu.edu/repos/gandres/package_fastme_2_1_4

Changeset 0:fbf2a5cac7e3 (2015-07-01)
Commit message:
Uploaded
added:
tool_dependencies.xml
b
diff -r 000000000000 -r fbf2a5cac7e3 tool_dependencies.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml Wed Jul 01 10:27:48 2015 -0400
b
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool_dependency version="1.0">
+    <package name="fastme" version="2.1.4">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.atgc-montpellier.fr/download/sources/fastme/fastme-2.1.4.tar.gz</action>
+                <action type="shell_command">./configure</action>
+                <action type="shell_command">make</action>
+                <action type="shell_command">make install DESTDIR=.</action>
+ <action type="move_file">
+                        <source>src/fastme</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></readme>
+    </package>
+</tool_dependency>
+