changeset 0:407bd86a6bf6 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:22:21 -0400
parents
children 76899bf290a6
files tool_dependencies.xml
diffstat 1 files changed, 26 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Oct 21 16:22:21 2015 -0400
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+<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>
+                    </action>
+                </actions>
+                <action type="set_environment">
+                    <environment_variable name="BERKLEY_DB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                    
+                    <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
+                    <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>
+        </install>
+        <readme />
+    </package>
+</tool_dependency>