comparison tool_dependencies.xml @ 1:7da8c5e453cc draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit b'784d4ce2181678e6d524ed5469916f6b6810a581'
author iuc
date Sun, 17 Jan 2016 17:26:57 -0500
parents 05df724aefbb
children 588666932a32
comparison
equal deleted inserted replaced
0:05df724aefbb 1:7da8c5e453cc
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="zlib" version="1.2.8">
4 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
3 <package name="libpng" version="1.6.7"> 6 <package name="libpng" version="1.6.7">
4 <install version="1.0"> 7 <install version="1.0">
5 <actions> 8 <actions>
6 <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action> 9 <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action>
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 10 <action type="set_environment_for_install">
8 <action type="shell_command">make &amp;&amp; make install</action> 11 <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
9 <action type="set_environment"> 12 <package name="zlib" version="1.2.8" />
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 13 </repository>
11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> 14 </action>
12 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> 15 <action type="autoconf" />
13 <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 16 <action type="set_environment">
14 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 17 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
15 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 18 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
16 </action> 19 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
17 </actions> 20 <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
18 </install> 21 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
19 <readme /> 22 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
20 </package> 23 </action>
24 </actions>
25 </install>
26 <readme />
27 </package>
21 </tool_dependency> 28 </tool_dependency>