comparison tool_dependencies.xml @ 10:d5587dda75ff draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ncurses_5_9 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 13:44:23 -0500
parents 387c0609c0b7
children d14cd2be7d8d
comparison
equal deleted inserted replaced
9:387c0609c0b7 10:d5587dda75ff
2 <tool_dependency> 2 <tool_dependency>
3 <package name="ncurses" version="5.9"> 3 <package name="ncurses" version="5.9">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action> 6 <action type="download_by_url">http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.9.tar.gz</action>
7 <action type="shell_command"> 7 <action type="autoconf">--with-shared --enable-symlinks</action>
8 ./configure --prefix $INSTALL_DIR --with-shared --enable-symlinks
9 </action>
10 <action type="shell_command">make</action>
11 <action type="shell_command">make install</action>
12 <action type="set_environment"> 8 <action type="set_environment">
13 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 9 <environment_variable action="set_to" name="NCURSES_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
14 <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable> 10 <environment_variable action="set_to" name="NCURSES_LIB_PATH">$INSTALL_DIR/lib/</environment_variable>
15 <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable> 11 <environment_variable action="set_to" name="NCURSES_ROOT_PATH">$INSTALL_DIR</environment_variable>
16 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 12 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>