Mercurial > repos > iuc > package_readline_6_2
annotate tool_dependencies.xml @ 16:1007a3015bdb draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
| author | iuc |
|---|---|
| date | Tue, 22 Dec 2015 19:36:10 -0500 |
| parents | 618c94461551 |
| children |
| rev | line source |
|---|---|
| 2 | 1 <?xml version="1.0"?> |
| 0 | 2 <tool_dependency> |
| 2 | 3 <package name="ncurses" version="5.9"> |
|
16
1007a3015bdb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
15
diff
changeset
|
4 <repository changeset_revision="d14cd2be7d8d" 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> |
| 2 | 10 <action type="set_environment_for_install"> |
|
16
1007a3015bdb
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents:
15
diff
changeset
|
11 <repository changeset_revision="d14cd2be7d8d" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> |
| 2 | 12 <package name="ncurses" version="5.9" /> |
| 13 </repository> | |
| 14 </action> | |
| 15 <action type="shell_command"> | |
| 5 | 16 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR |
| 2 | 17 </action> |
|
15
618c94461551
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents:
14
diff
changeset
|
18 <action type="make_install">SHLIB_LIBS=-lncurses</action> |
| 0 | 19 <action type="set_environment"> |
| 2 | 20 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 9 | 21 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
| 22 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 2 | 23 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable> |
| 24 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable> | |
| 25 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
| 7 | 26 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
| 27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable> | |
| 28 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 2 | 29 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable> |
| 0 | 30 </action> |
| 31 </actions> | |
| 32 </install> | |
| 33 <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. | |
| 34 www.gnu.org/software/readline | |
| 35 </readme> | |
| 36 </package> | |
| 37 </tool_dependency> |
