comparison tool_dependencies.xml @ 2:7c1b724614eb draft default tip

Uploaded
author devteam
date Tue, 04 Feb 2014 15:21:31 -0500
parents c4e889f09f8b
children
comparison
equal deleted inserted replaced
1:c4e889f09f8b 2:7c1b724614eb
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="7de5acbf6c85" name="package_libpng_1_6_7" owner="boris" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu">
12 <package name="libpng" version="1.6.7" /> 12 <package name="libpng" version="1.6.7" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIBS" &amp;&amp; ./configure --prefix=$INSTALL_DIR</action> 15 <action type="shell_command">export LDFLAGS="-Wl,-rpath,$PNG_LIB_PATH" &amp;&amp; echo $LDFLAGS &amp;&amp; ./configure --prefix=$INSTALL_DIR</action>
16 <action type="make_install" /> 16 <action type="make_install" />
17 <action type="set_environment"> 17 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 <environment_variable action="set_to" name="PIXMAN_LIBS">$INSTALL_DIR/lib</environment_variable> 19 <environment_variable action="set_to" name="PIXMAN_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
20 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 20 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
21 </action> 21 </action>
22 </actions> 22 </actions>
23 </install> 23 </install>
24 <readme /> 24 <readme />