Mercurial > repos > iuc > package_libpng_1_2
annotate tool_dependencies.xml @ 3:8813649bf702 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_2 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
| author | iuc |
|---|---|
| date | Fri, 09 Oct 2015 05:20:56 -0400 |
| parents | 821c27341c0e |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool_dependency> |
| 2 <package name="libpng" version="1.2.5"> | |
| 3 <install version="1.0"> | |
| 4 <actions> | |
| 1 | 5 <action type="download_by_url">http://download.sourceforge.net/libpng/libpng-1.2.51.tar.gz</action> |
|
3
8813649bf702
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libpng_1_2 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
iuc
parents:
2
diff
changeset
|
6 <action type="autoconf"></action> |
| 0 | 7 <action type="set_environment"> |
| 2 | 8 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 9 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 10 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> | |
| 12 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
| 0 | 13 </action> |
| 14 </actions> | |
| 15 </install> | |
| 1 | 16 <readme>Provides the 1.2.x branch of libpng for compatibility with older software. Compiling libpng requires make and a C compiler. http://www.libpng.org/pub/png/libpng.html</readme> |
| 0 | 17 </package> |
| 18 </tool_dependency> |
