annotate tool_dependencies.xml @ 1:52d6f646b3b5 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author iuc
date Fri, 17 Jul 2015 11:06:44 -0400
parents 052e8df231ac
children 5313ca2fbce6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
1 <?xml version="1.0"?>
0
052e8df231ac initial upload
iuc
parents:
diff changeset
2 <tool_dependency>
1
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
3 <package name="ncurses" version="5.9">
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
4 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
5 </package>
0
052e8df231ac initial upload
iuc
parents:
diff changeset
6 <package name="readline" version="6.2">
052e8df231ac initial upload
iuc
parents:
diff changeset
7 <install version="1.0">
052e8df231ac initial upload
iuc
parents:
diff changeset
8 <actions>
052e8df231ac initial upload
iuc
parents:
diff changeset
9 <action type="download_by_url">ftp://ftp.gnu.org/gnu/readline/readline-6.2.tar.gz</action>
1
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
10 <action type="set_environment_for_install">
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
11 <repository changeset_revision="5e1760c773ba" name="package_ncurses_5_9" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
12 <package name="ncurses" version="5.9" />
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
13 </repository>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
14 </action>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
15 <action type="shell_command">
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
16 ./configure CPPFLAGS=-I$NCURSES_INCLUDE_PATH LDFLAGS=-L$NCURSES_LIB_PATH --prefix $INSTALL_DIR
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
17 </action>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
18 <action type="shell_command">make SHLIB_LIBS=-lncurses</action>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
19 <action type="shell_command">make install</action>
0
052e8df231ac initial upload
iuc
parents:
diff changeset
20 <action type="set_environment">
1
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
21 <environment_variable action="set_to" name="READLINE_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
22 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
23 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
24 <environment_variable action="set_to" name="READLINE_LIB_PATH">$INSTALL_DIR/lib</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
25 <environment_variable action="set_to" name="READLINE_BIN_PATH">$INSTALL_DIR/bin</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
26 <environment_variable action="set_to" name="READLINE_ROOT_PATH">$INSTALL_DIR</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
27 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
28 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[NCURSES_LIB_PATH]</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
29 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
52d6f646b3b5 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_readline_6_2 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
iuc
parents: 0
diff changeset
30 <environment_variable action="append_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
0
052e8df231ac initial upload
iuc
parents:
diff changeset
31 </action>
052e8df231ac initial upload
iuc
parents:
diff changeset
32 </actions>
052e8df231ac initial upload
iuc
parents:
diff changeset
33 </install>
052e8df231ac initial upload
iuc
parents:
diff changeset
34 <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.
052e8df231ac initial upload
iuc
parents:
diff changeset
35 www.gnu.org/software/readline
052e8df231ac initial upload
iuc
parents:
diff changeset
36 </readme>
052e8df231ac initial upload
iuc
parents:
diff changeset
37 </package>
052e8df231ac initial upload
iuc
parents:
diff changeset
38 </tool_dependency>