changeset 1:fae25bb97f5c draft

Uploaded
author petr-novak
date Wed, 08 Jan 2020 06:02:16 -0500
parents c769e54cd079
children ac89c185fbd0
files tool_dependencies.xml
diffstat 1 files changed, 25 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jul 03 04:42:05 2019 -0400
+++ b/tool_dependencies.xml	Wed Jan 08 06:02:16 2020 -0500
@@ -1,20 +1,28 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="rexdb" version="1.0">
-        <install version="1.0">
-          <actions>
-            <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>
-          REXdb databases
-        </readme>
-    </package>
+  <package name="repex_tarean" version="2.3.7">
+    <install version="1.0">
+      <actions>
+        <action type="download_by_url">https://bitbucket.org/petrnovak/repex_tarean/get/246c3321651f.zip</action>
+        <action type="shell_command">
+          make
+        </action>
+        <action type="move_directory_files">
+          <source_directory>$TMP_WORK_DIR/petrnovak-repex_tarean-246c3321651f</source_directory>
+          <destination_directory>$INSTALL_DIR</destination_directory>
+        </action>
+
+        <action type="set_environment">
+          <environment_variable action="set_to" name="REPEX">$INSTALL_DIR</environment_variable>
+        </action>
+        <action type="set_environment">
+          <environment_variable action="set_to" name="REPEX_VERSION">"version: 0.3.7-434(246c332) branch: devel"</environment_variable>
+        </action>
+      </actions>
+    </install>
+    <readme>
+      repeatexplorer executables and databases
+    </readme>
+  </package>
 </tool_dependency>
+