comparison tool_dependencies.xml @ 4:55e3d764c6c2 draft

Uploaded
author bgruening
date Wed, 06 Nov 2013 03:48:02 -0500
parents 016ad1de8f18
children 2a074c7b442e
comparison
equal deleted inserted replaced
3:016ad1de8f18 4:55e3d764c6c2
13 <repository changeset_revision="a80a3062f066" name="package_libpng_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 13 <repository changeset_revision="a80a3062f066" name="package_libpng_1_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
14 <package name="libpng" version="1.2.5" /> 14 <package name="libpng" version="1.2.5" />
15 </repository> 15 </repository>
16 </action> 16 </action>
17 17
18 <action type="shell_command">./configure --prefix=$INSTALL_DIR --with-png=$LIBPNG_ROOT_DIR; make ; make install </action> 18 <!-- action type="autoconf" can replace the following:
19 <action type="shell_command">./configure /-prefix=$INSTALL_DIR /-with-png=$LIBPNG_ROOT_DIR; make ; make install </action>
20 -->
21 <action type="autoconf">--with-png=$LIBPNG_ROOT_DIR</action>
22
19 <action type="set_environment"> 23 <action type="set_environment">
20 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 24 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
21 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 25 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
22 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 26 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
23 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable> 27 <environment_variable action="set_to" name="LIBGD_ROOT_PATH">$INSTALL_DIR</environment_variable>