changeset 15:618c94461551 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit 97a064489364118d108b0dd2cfb4d9bc53080837
author iuc
date Thu, 19 Nov 2015 14:21:02 -0500
parents 93fad0d5cab9
children 1007a3015bdb
files tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Mon Jun 01 22:51:17 2015 -0400
+++ b/tool_dependencies.xml	Thu Nov 19 14:21:02 2015 -0500
@@ -1,24 +1,21 @@
 <?xml version="1.0"?>
 <tool_dependency>
      <package name="ncurses" version="5.9">
-        <repository changeset_revision="387c0609c0b7" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="d5587dda75ff" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="readline" version="6.2">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
-
                 <action type="set_environment_for_install">
-                    <repository changeset_revision="387c0609c0b7" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="d5587dda75ff" name="package_ncurses_5_9" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                         <package name="ncurses" version="5.9" />
                     </repository>
                 </action>
-
                 <action type="shell_command">
                     ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR
                 </action>
-                <action type="shell_command">make SHLIB_LIBS=-lncurses</action>
-                <action type="shell_command">make install</action>
+                <action type="make_install">SHLIB_LIBS=-lncurses</action>
                 <action type="set_environment">
                     <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>