changeset 0:71c4ca80e649 draft default tip

Uploaded
author slegras
date Fri, 13 Nov 2015 10:40:31 -0500
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Fri Nov 13 10:40:31 2015 -0500
@@ -0,0 +1,16 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="meme" version="4.8.0">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://meme-suite.org/meme-software/4.8.0/meme_4.8.0.tar.gz</action>
+                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
+                <action type="shell_command">make</action>
+                 <action type="shell_command">make install</action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>