comparison tool_dependencies.xml @ 2:a3ab08cc0aba draft

Uploaded
author iuc
date Wed, 22 Jan 2014 06:29:07 -0500
parents d452343f7c91
children 69d329d0e89a
comparison
equal deleted inserted replaced
1:d452343f7c91 2:a3ab08cc0aba
11 <action type="shell_command">make install</action> 11 <action type="shell_command">make install</action>
12 <action type="set_environment"> 12 <action type="set_environment">
13 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 13 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
14 <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable> 14 <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable>
15 <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable> 15 <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable>
16 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 16 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
17 </action> 17 </action>
18 </actions> 18 </actions>
19 </install> 19 </install>
20 <readme>ncurses (new curses) is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner</readme> 20 <readme>ncurses (new curses) is a programming library that provides an API which allows the programmer to write text-based user interfaces in a terminal-independent manner</readme>
21 </package> 21 </package>