Mercurial > repos > iuc > package_readline_6_2
annotate tool_dependencies.xml @ 13:cbd5de2c9a7e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
| author | iuc |
|---|---|
| date | Mon, 01 Jun 2015 22:38:52 -0400 |
| parents | 2e29c112999f |
| children | 93fad0d5cab9 |
| rev | line source |
|---|---|
| 2 | 1 <?xml version="1.0"?> |
| 0 | 2 <tool_dependency> |
| 2 | 3 <package name="ncurses" version="5.9"> |
|
13
cbd5de2c9a7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
12
diff
changeset
|
4 <repository changeset_revision="5b79af8b6396" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://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"> |
|
13
cbd5de2c9a7e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit 48fbe322d0f3ec023186989104ae4f4188b03a1d
iuc
parents:
12
diff
changeset
|
12 <repository changeset_revision="5b79af8b6396" name="package_ncurses_5_9" owner="iuc" toolshed="https://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> |
| 8 | 20 <action type="shell_command">make SHLIB_LIBS=-lncurses</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> |
| 9 | 24 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 25 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 2 | 26 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
| 27 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> | |
| 28 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
| 7 | 29 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 30 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable> | |
| 31 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 2 | 32 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 0 | 33 </action> |
| 34 </actions> | |
| 35 </install> | |
| 36 <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. | |
| 37 www.gnu.org/software/readline | |
| 38 </readme> | |
| 39 </package> | |
| 40 </tool_dependency> |
