Mercurial > repos > iuc > package_tiff_4_0_3
changeset 2:1e6bcf7a8a03 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_tiff_4_0_3/ commit 96617695396add156a73dba1bfe1c2751938f6af
author | iuc |
---|---|
date | Thu, 13 Oct 2016 13:12:44 -0400 |
parents | 1720cc7e1949 |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Sep 02 05:40:05 2015 -0400 +++ b/tool_dependencies.xml Thu Oct 13 13:12:44 2016 -0400 @@ -3,8 +3,9 @@ <package name="tiff" version="4.0.3"> <install version="1.0"> <actions> - <action type="download_by_url">ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz</action> + <action type="download_by_url" sha256sum="ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872">https://depot.galaxyproject.org/software/tiff/tiff_4.0.3_src_all.tar.gz</action> <action type="autoconf" /> + <action type="shell_command">ln -s $INSTALL_DIR/lib/libtiff.so $INSTALL_DIR/lib/libtiff.so.4</action> <action type="set_environment"> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> <environment_variable action="set_to" name="TIFF_ROOT">$INSTALL_DIR</environment_variable>