comparison tool_dependencies.xml @ 2:dce457e96f82 draft

Uploaded
author bgruening
date Thu, 22 Jan 2015 14:43:17 -0500
parents b68f6b5d7304
children 3ff7aae9ae47
comparison
equal deleted inserted replaced
1:b68f6b5d7304 2:dce457e96f82
6 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/sqlite/sqlite-autoconf-3080300.tar.gz</action> 6 <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/sqlite/sqlite-autoconf-3080300.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="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</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="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
11 <environment_variable name="SQLITE_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="SQLITE_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
12 <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>
13 <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>
14 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable> 15 <environment_variable name="PKG_CONFIG_PATH" action="prepend_to">$INSTALL_DIR/lib/pkgconfig</environment_variable>
15 </action> 16 </action>