changeset 1:76899bf290a6 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_berkeley_1_86 commit b156f10967b3984c4da7cb3fbd9b446816736007-dirty
author yhoogstrate
date Wed, 21 Oct 2015 16:27:20 -0400
parents 407bd86a6bf6
children 360c7f09a826
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Oct 21 16:22:21 2015 -0400
+++ b/tool_dependencies.xml	Wed Oct 21 16:27:20 2015 -0400
@@ -2,16 +2,13 @@
 <tool_dependency>
     <package name="berkeley_db" version="1.86">
         <install version="1.0">
-            <actions_group>
-                <actions>
-                    <action type="download_by_url"
-                        sha256sum="1edefd96989f652c8b8ba5a9080ec27ef182e4b5fc0830c5144bb96e0eb15ab8">http://download.oracle.com/berkeley-db/db.1.86.tar.gz</action>
-                    
-                    <action type="move_directory_files">
-                        <source_directory>.</source_directory>
-                        <destination_directory>$INSTALL_DIR</destination_directory>
+            <actions>
+                <action type="download_by_url"
+                    sha256sum="1edefd96989f652c8b8ba5a9080ec27ef182e4b5fc0830c5144bb96e0eb15ab8">http://download.oracle.com/berkeley-db/db.1.86.tar.gz</action>
+                <action type="move_directory_files">
+                    <source_directory>.</source_directory>
+                    <destination_directory>$INSTALL_DIR</destination_directory>
                     </action>
-                </actions>
                 <action type="set_environment">
                     <environment_variable name="BERKLEY_DB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                     
@@ -19,7 +16,7 @@
                     <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                 </action>
-            </actions_group>
+            </actions>
         </install>
         <readme />
     </package>