Repository 'package_libpng_1_6_7'
hg clone https://toolshed.g2.bx.psu.edu/repos/devteam/package_libpng_1_6_7

Changeset 2:db14a391648d (2014-03-17)
Previous changeset 1:7c4a9189b712 (2014-02-21) Next changeset 3:f48b920cae1f (2015-06-02)
Commit message:
Uploaded tool dependency recipe that sets PATH, so that dependent repositories can find libpng-config.
modified:
tool_dependencies.xml
b
diff -r 7c4a9189b712 -r db14a391648d tool_dependencies.xml
--- a/tool_dependencies.xml Fri Feb 21 13:21:09 2014 -0500
+++ b/tool_dependencies.xml Mon Mar 17 15:24:52 2014 -0400
b
@@ -7,6 +7,7 @@
                 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
                 <action type="shell_command">make &amp;&amp; make install</action>
                 <action type="set_environment">
+                  <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                   <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>