Mercurial > repos > iuc > package_libpng_1_6_7
diff tool_dependencies.xml @ 1:3571cd50dda2 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_6_7 commit 97a064489364118d108b0dd2cfb4d9bc53080837
| author | iuc |
|---|---|
| date | Thu, 19 Nov 2015 13:37:29 -0500 |
| parents | ac6ef08bf0e6 |
| children | d28a5ef42ec0 |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Aug 24 10:42:05 2015 -0400 +++ b/tool_dependencies.xml Thu Nov 19 13:37:29 2015 -0500 @@ -4,8 +4,7 @@ <install version="1.0"> <actions> <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/older-releases/1.6.7/libpng-1.6.7.tar.gz</action> - <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> - <action type="shell_command">make && make install</action> + <action type="autoconf"/> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
