comparison tool_dependencies.xml @ 2:5e1760c773ba draft

Uploaded
author iuc
date Sat, 26 Jul 2014 09:42:35 -0400
parents 71e3f4bfd1a9
children 335417c1475e
comparison
equal deleted inserted replaced
1:71e3f4bfd1a9 2:5e1760c773ba
3 <package name="ncurses" version="5.9"> 3 <package name="ncurses" version="5.9">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action> 6 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action>
7 <action type="shell_command"> 7 <action type="shell_command">
8 ./configure --prefix $INSTALL_DIR --with-shared 8 ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks
9 </action> 9 </action>
10 <action type="shell_command">make</action> 10 <action type="shell_command">make</action>
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>