Mercurial > repos > yhoogstrate > package_berkeley_db_1_86
comparison tool_dependencies.xml @ 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 |
comparison
equal
deleted
inserted
replaced
| 0:407bd86a6bf6 | 1:76899bf290a6 |
|---|---|
| 1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | 2 <tool_dependency> |
| 3 <package name="berkeley_db" version="1.86"> | 3 <package name="berkeley_db" version="1.86"> |
| 4 <install version="1.0"> | 4 <install version="1.0"> |
| 5 <actions_group> | 5 <actions> |
| 6 <actions> | 6 <action type="download_by_url" |
| 7 <action type="download_by_url" | 7 sha256sum="1edefd96989f652c8b8ba5a9080ec27ef182e4b5fc0830c5144bb96e0eb15ab8">http://download.oracle.com/berkeley-db/db.1.86.tar.gz</action> |
| 8 sha256sum="1edefd96989f652c8b8ba5a9080ec27ef182e4b5fc0830c5144bb96e0eb15ab8">http://download.oracle.com/berkeley-db/db.1.86.tar.gz</action> | 8 <action type="move_directory_files"> |
| 9 | 9 <source_directory>.</source_directory> |
| 10 <action type="move_directory_files"> | 10 <destination_directory>$INSTALL_DIR</destination_directory> |
| 11 <source_directory>.</source_directory> | |
| 12 <destination_directory>$INSTALL_DIR</destination_directory> | |
| 13 </action> | 11 </action> |
| 14 </actions> | |
| 15 <action type="set_environment"> | 12 <action type="set_environment"> |
| 16 <environment_variable name="BERKLEY_DB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 13 <environment_variable name="BERKLEY_DB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> |
| 17 | 14 |
| 18 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable> | 15 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable> |
| 19 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 16 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 20 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 17 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 21 </action> | 18 </action> |
| 22 </actions_group> | 19 </actions> |
| 23 </install> | 20 </install> |
| 24 <readme /> | 21 <readme /> |
| 25 </package> | 22 </package> |
| 26 </tool_dependency> | 23 </tool_dependency> |
