Mercurial > repos > iuc > package_tiff_4_0_3
view tool_dependencies.xml @ 1:1720cc7e1949 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/blob/master/packages/package_tiff_4_0_3/ commit 4c44b550f39ec90756c7bf5277fa1341de767bfd
author | iuc |
---|---|
date | Wed, 02 Sep 2015 05:40:05 -0400 |
parents | e35a4a8b7e33 |
children | 1e6bcf7a8a03 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <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="autoconf" /> <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> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> </action> </actions> </install> <readme> </readme> </package> </tool_dependency>