comparison tool_dependencies.xml @ 2:833849e0ddfc draft default tip

Uploaded tool dependency recipe that sets $PATH, so that dependent repositories will find bin/libpng-config.
author devteam
date Thu, 06 Mar 2014 07:54:50 -0500
parents a0b0e0281cc4
children
comparison
equal deleted inserted replaced
1:a0b0e0281cc4 2:833849e0ddfc
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="set_to" name="LIBPNG_ROOT">$INSTALL_DIR</environment_variable> 10 <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> 11 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
12 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
12 </action> 13 </action>
13 </actions> 14 </actions>
14 </install> 15 </install>
15 <readme /> 16 <readme />
16 </package> 17 </package>
17 </tool_dependency> 18 </tool_dependency>
18