comparison tool_dependencies.xml @ 1:dcbab64c0429 draft

Uploaded
author bgruening
date Fri, 01 Nov 2013 20:29:05 -0400
parents 1efb934d4600
children b17bbb1a41da
comparison
equal deleted inserted replaced
0:1efb934d4600 1:dcbab64c0429
2 <package name="libgd" version="2.1.0"> 2 <package name="libgd" version="2.1.0">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action> 5 <action type="download_by_url">https://bitbucket.org/libgd/gd-libgd/downloads/libgd-2.1.0.tar.gz</action>
6 <action type="shell_command">./bootstrap.sh</action> 6 <action type="shell_command">./bootstrap.sh</action>
7 <action type="make_install" /> 7 <action type="autoconf" />
8 <action type="set_environment"> 8 <action type="set_environment">
9 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 9 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 10 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 11 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
12 <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="LIBGD_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>