Mercurial > repos > iuc > package_readline_6_2
comparison tool_dependencies.xml @ 8:c3f0077ab320 draft
Uploaded
| author | bernhardlutz |
|---|---|
| date | Thu, 23 Jan 2014 13:18:05 -0500 |
| parents | 649038d9380a |
| children | 246f31787ca1 |
comparison
equal
deleted
inserted
replaced
| 7:649038d9380a | 8:c3f0077ab320 |
|---|---|
| 15 </action> | 15 </action> |
| 16 | 16 |
| 17 <action type="shell_command"> | 17 <action type="shell_command"> |
| 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR | 18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR |
| 19 </action> | 19 </action> |
| 20 <action type="shell_command">make SHLIB_LIBS=-lcurses</action> | 20 <action type="shell_command">make SHLIB_LIBS=-lncurses</action> |
| 21 <action type="shell_command">make install</action> | 21 <action type="shell_command">make install</action> |
| 22 <action type="set_environment"> | 22 <action type="set_environment"> |
| 23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | 23 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> | 24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
| 25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> | 25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> |
