|
2
|
1 <?xml version="1.0"?>
|
|
0
|
2 <tool_dependency>
|
|
2
|
3 <package name="ncurses" version="5.9">
|
|
5
|
4 <repository changeset_revision="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
|
2
|
5 </package>
|
|
0
|
6 <package name="readline" version="6.2">
|
|
|
7 <install version="1.0">
|
|
|
8 <actions>
|
|
3
|
9 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
|
|
|
10
|
|
2
|
11 <action type="set_environment_for_install">
|
|
5
|
12 <repository changeset_revision="a3ab08cc0aba" name="package_ncurses_5_9" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
2
|
13 <package name="ncurses" version="5.9" />
|
|
|
14 </repository>
|
|
|
15 </action>
|
|
3
|
16
|
|
2
|
17 <action type="shell_command">
|
|
5
|
18 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR
|
|
2
|
19 </action>
|
|
6
|
20 <action type="shell_command">make SHLIB_LIBS=-lcurses</action>
|
|
2
|
21 <action type="shell_command">make install</action>
|
|
0
|
22 <action type="set_environment">
|
|
2
|
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>
|
|
|
25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
|
|
|
26 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
|
|
|
27 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
|
|
0
|
28 </action>
|
|
|
29 </actions>
|
|
|
30 </install>
|
|
|
31 <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.
|
|
|
32 www.gnu.org/software/readline
|
|
|
33 </readme>
|
|
|
34 </package>
|
|
|
35 </tool_dependency>
|