comparison tool_dependencies.xml @ 2:db14a391648d draft

Uploaded tool dependency recipe that sets PATH, so that dependent repositories can find libpng-config.
author devteam
date Mon, 17 Mar 2014 15:24:52 -0400
parents 7c4a9189b712
children f48b920cae1f
comparison
equal deleted inserted replaced
1:7c4a9189b712 2:db14a391648d
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="shell_command">./configure --prefix=$INSTALL_DIR</action>
8 <action type="shell_command">make &amp;&amp; make install</action> 8 <action type="shell_command">make &amp;&amp; make install</action>
9 <action type="set_environment"> 9 <action type="set_environment">
10 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
10 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> 11 <environment_variable action="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable>
11 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 12 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
12 </action> 13 </action>
13 </actions> 14 </actions>
14 </install> 15 </install>