Mercurial > repos > devteam > package_libpng_1_6_7
comparison tool_dependencies.xml @ 4:3de32cd300a9 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/legacy/package_libpng_1_6_7 commit b9c475e401d953823899cb67833ebef2a566b427
author | devteam |
---|---|
date | Tue, 01 Dec 2015 10:49:19 -0500 |
parents | f48b920cae1f |
children |
comparison
equal
deleted
inserted
replaced
3:f48b920cae1f | 4:3de32cd300a9 |
---|---|
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="libpng" version="1.6.7"> | 3 <package name="libpng" version="1.6.7"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <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> | 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> |
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> | 7 <action type="autoconf"/> |
8 <action type="shell_command">make && make install</action> | |
9 <action type="set_environment"> | 8 <action type="set_environment"> |
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | 9 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> | 10 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> |
12 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> | 11 <environment_variable action="set_to" name="LIBPNG_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
12 <environment_variable action="set_to" name="LIBPNG_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
13 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | 13 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
14 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | 14 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> |
15 </action> | 15 </action> |
16 </actions> | 16 </actions> |
17 </install> | 17 </install> |