comparison tool_dependencies.xml @ 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
comparison
equal deleted inserted replaced
1:1720cc7e1949 2:1e6bcf7a8a03
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="tiff" version="4.0.3"> 3 <package name="tiff" version="4.0.3">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">ftp://ftp.remotesensing.org/pub/libtiff/tiff-4.0.3.tar.gz</action> 6 <action type="download_by_url" sha256sum="ea1aebe282319537fb2d4d7805f478dd4e0e05c33d0928baba76a7c963684872">https://depot.galaxyproject.org/software/tiff/tiff_4.0.3_src_all.tar.gz</action>
7 <action type="autoconf" /> 7 <action type="autoconf" />
8 <action type="shell_command">ln -s $INSTALL_DIR/lib/libtiff.so $INSTALL_DIR/lib/libtiff.so.4</action>
8 <action type="set_environment"> 9 <action type="set_environment">
9 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 10 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
10 <environment_variable action="set_to" name="TIFF_ROOT">$INSTALL_DIR</environment_variable> 11 <environment_variable action="set_to" name="TIFF_ROOT">$INSTALL_DIR</environment_variable>
11 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 12 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
12 </action> 13 </action>