comparison tool_dependencies.xml @ 0:077c86c46a19 draft

Uploaded
author iuc
date Wed, 22 Jan 2014 05:45:50 -0500
parents
children d452343f7c91
comparison
equal deleted inserted replaced
-1:000000000000 0:077c86c46a19
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="ncurses" version="5.9">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url">ftp://invisible-island.net/ncurses/ncurses-5.9.tar.gz</action>
7 <action type="shell_command">
8 ./configure --prefix $INSTALL_DIR --with-shared
9 </action>
10 <action type="shell_command">make</action>
11 <action type="shell_command">make install</action>
12 <action type="set_environment">
13 <environment_variable action="set_to" name="NCURSES_INCLUDE">$INSTALL_DIR/include</environment_variable>
14 <environment_variable action="set_to" name="NCURSES_LIBS">$INSTALL_DIR/lib/</environment_variable>
15 <environment_variable action="set_to" name="NCURSES_ROOT_DIR">$INSTALL_DIR</environment_variable>
16 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
17 </action>
18 </actions>
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>
21 </package>
22 </tool_dependency>