comparison tool_dependencies.xml @ 0:bfbb248c849c draft default tip

Uploaded
author iuc
date Sun, 23 Feb 2014 07:20:12 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:bfbb248c849c
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="libffi" version="3.0.13">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">ftp://sourceware.org/pub/libffi/libffi-3.0.13.tar.gz</action>
7 <action type="autoconf" />
8 <action type="set_environment">
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
10 <environment_variable name="LIBFFI_ROOT_PATH" action="set_to">$INSTALL_DIR</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>
13 </action>
14 </actions>
15 </install>
16 <readme>
17 Libffi are compilers for high level languages generate code that follows certain conventions.
18 http://sourceware.org/libffi/
19 </readme>
20 </package>
21 </tool_dependency>