Mercurial > repos > yhoogstrate > package_berkley_db_6_1_26
changeset 0:a7f14751246f draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_berkley_6_1_26 commit 3e942ec2fa49a6e253a2cfda1dbf986f87f26acb
| author | yhoogstrate |
|---|---|
| date | Mon, 19 Oct 2015 16:12:56 -0400 |
| parents | |
| children | adfe09bc68bf |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Oct 19 16:12:56 2015 -0400 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="berkley-db" version="6.1.26"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://download.oracle.com/berkeley-db/db-6.1.26.tar.gz</action> + <action type="shell_command">./dist/configure --prefix=$INSTALL_DIR</action> + <action type="make_install" /> + + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + <environment_variable name="BERKLEY_DB_ROOT_PATH" action="prepend_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> + </install> + <readme> + </readme> + </package> +</tool_dependency> +
