diff tool_dependencies.xml @ 16:c3e0e0a0ae09 draft

Uploaded
author kevyin
date Mon, 12 Nov 2012 19:34:55 -0500
parents a6a92a8fe166
children
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Nov 12 01:17:03 2012 -0500
+++ b/tool_dependencies.xml	Mon Nov 12 19:34:55 2012 -0500
@@ -3,12 +3,10 @@
   <package name="meme" version="4.9.0">
     <install version="1.0">
       <actions>
-        <!--<action type="download_by_url">ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_4.9.0.tar.gz</action>-->
-        <action type="shell_command">touch dummyfile</action>
-        <action type="move_file">
-          <source>dummyfile</source>
-          <destination>$INSTALL_DIR/bin</destination>
-        </action>
+        <action type="download_by_url">ftp://ftp.ebi.edu.au/pub/software/MEME/r4.9.0/rc5/meme_4.9.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>