|
2
|
1 <?xml version="1.0"?>
|
|
0
|
2 <tool_dependency>
|
|
2
|
3 <package name="ncurses" version="5.9">
|
|
|
4 <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
|
5 </package>
|
|
0
|
6 <package name="readline" version="6.2">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
2
|
9 <action type="set_environment_for_install">
|
|
|
10 <repository changeset_revision="d452343f7c91" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
|
11 <package name="ncurses" version="5.9" />
|
|
|
12 </repository>
|
|
|
13 </action>
|
|
0
|
14 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
|
|
2
|
15 <action type="shell_command">
|
|
|
16 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH --prefix $INSTALL_DIR
|
|
|
17 </action>
|
|
|
18 <action type="shell_command">make SHLIB=-lncurses</action>
|
|
|
19 <action type="shell_command">make install</action>
|
|
0
|
20 <action type="set_environment">
|
|
2
|
21 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
|
|
|
22 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
|
|
|
23 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
24 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
|
|
25 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
0
|
26 </action>
|
|
|
27 </actions>
|
|
|
28 </install>
|
|
|
29 <readme>The GNU Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.
|
|
|
30 www.gnu.org/software/readline
|
|
|
31 </readme>
|
|
|
32 </package>
|
|
|
33 </tool_dependency>
|