diff tool_dependencies.xml @ 1:54af8d4bb08e draft

Uploaded
author petrn
date Thu, 02 Jan 2020 10:29:19 +0000
parents 78ad965c1721
children 43586f4925bd
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Dec 20 14:16:09 2019 +0000
+++ b/tool_dependencies.xml	Thu Jan 02 10:29:19 2020 +0000
@@ -1,17 +1,22 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="repex_tarean" version="1.0">
+   <package name="repex_tarean" version="1.0">
         <install version="1.0">
           <actions>
-            <action type="shell_commmand">git clone https://petrnovak@bitbucket.org/petrnovak/repex_tarean.git </action>
-            <action type="shell_commmand">make</action>
-              <action type="set_environment">
-                <environment_variable action="set_to" name="REPEX">$INSTALL_DIR</environment_variable>
-              </action>
+            <action type="download_by_url">https://bitbucket.org/petrnovak/rexdb_for_dante/get/1f6d4cf7a0fd.zip</action>
+             <action type="move_directory_files">
+              <source_directory>$TMP_WORK_DIR/petrnovak-rexdb_for_dante-1f6d4cf7a0fd</source_directory>
+              <destination_directory>$INSTALL_DIR</destination_directory>
+             </action>
+             <action type="set_environment">
+               <environment_variable action="set_to" name="REXDB">$INSTALL_DIR</environment_variable>
+             </action>
           </actions>
         </install>
         <readme>
-          REPEX databases and scripts
+          REXdb databases
         </readme>
-    </package>
+   </package>
 </tool_dependency>
+
+