Mercurial > repos > devteam > package_libpng_1_6_7
changeset 0:51f77dcf27bd draft
Uploaded tool dependency definition.
author | devteam |
---|---|
date | Wed, 11 Dec 2013 16:20:15 -0500 |
parents | |
children | 7c4a9189b712 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 11 16:20:15 2013 -0500 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="libpng" version="1.6.7"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://downloads.sourceforge.net/project/libpng/libpng16/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="set_environment"> + <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> + </action> + </actions> + </install> + <readme /> + </package> +</tool_dependency> +