comparison tool_dependencies.xml @ 2:63a4a902cda2 draft

Uploaded
author bgruening
date Tue, 24 Jun 2014 12:01:04 -0400
parents 31f1e69aae89
children 411985b46ae8
comparison
equal deleted inserted replaced
1:31f1e69aae89 2:63a4a902cda2
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action> 6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
7 <action type="autoconf" /> 7 <action type="autoconf" />
8 <action type="set_environment"> 8 <action type="set_environment">
9 <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
10 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 11 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
10 <environment_variable name="ZLIB_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 13 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
12 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 14 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
13 </action> 15 </action>
14 </actions> 16 </actions>
15 </install> 17 </install>