comparison tool_dependencies.xml @ 1:ad3c23208758 draft

Uploaded
author iuc
date Tue, 27 May 2014 10:51:27 -0400
parents 15e7435c2663
children ed2537bccffc
comparison
equal deleted inserted replaced
0:15e7435c2663 1:ad3c23208758
2 <tool_dependency> 2 <tool_dependency>
3 <package name="gdbm" version="1.11"> 3 <package name="gdbm" version="1.11">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz</action> 6 <action type="download_by_url">ftp://ftp.gnu.org/gnu/gdbm/gdbm-1.11.tar.gz</action>
7 <action type="autoconf" /> 7 <action type="autoconf">--enable-libgdbm-compat</action>
8 <action type="set_environment"> 8 <action type="set_environment">
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> 9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
10 <environment_variable name="GDBM_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> 10 <environment_variable name="GDBM_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
11 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> 11 <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> 12 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>