Mercurial > repos > iuc > package_sqlite_3_8_3
changeset 1:c8a5c11cc921 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sqlite_3_8_3 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 11:15:12 -0400 |
parents | 706b1f3b1fc0 |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Mar 01 14:13:27 2014 -0500 +++ b/tool_dependencies.xml Fri Jul 17 11:15:12 2015 -0400 @@ -4,14 +4,15 @@ <install version="1.0"> <actions> <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/sqlite/sqlite-autoconf-3080300.tar.gz</action> - <action type="autoconf"/> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> + <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> <environment_variable name="SQLITE_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> + <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> </action> </actions> </install>