Mercurial > repos > anmoljh > package_ncurses_5_9
annotate tool_dependencies.xml @ 1:93ce0192b9db default tip
changed path variables
author | 'Anmol J. Hemrom' <anmol.jh@gmail.com> |
---|---|
date | Thu, 03 Sep 2015 13:28:19 +0100 |
parents | 62f9f5ddf0bf |
children |
rev | line source |
---|---|
0 | 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">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action> | |
7 <action type="shell_command"> | |
8 ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks | |
9 </action> | |
10 <action type="shell_command">make</action> | |
11 <action type="shell_command">make install</action> | |
12 <action type="set_environment"> | |
1
93ce0192b9db
changed path variables
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents:
0
diff
changeset
|
13 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable> |
0 | 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> | |
16 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
17 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
1
93ce0192b9db
changed path variables
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents:
0
diff
changeset
|
18 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable> |
93ce0192b9db
changed path variables
'Anmol J. Hemrom' <anmol.jh@gmail.com>
parents:
0
diff
changeset
|
19 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include:$INSTALL_DIR/include/ncurses</environment_variable> |
0 | 20 </action> |
21 </actions> | |
22 </install> | |
23 <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> | |
24 </package> | |
25 </tool_dependency> |