Mercurial > repos > bebatut > package_ant_1_9_6
changeset 0:c49abc8cead0 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/packages/package_ant_1_9_6 commit ec894c6a914409932f5f5fb406d2a513a12c6445-dirty
author | bebatut |
---|---|
date | Mon, 09 Nov 2015 07:07:23 -0500 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Nov 09 07:07:23 2015 -0500 @@ -0,0 +1,24 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="ant" version="1.9.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://apache.websitebeheerjd.nl//ant/source/apache-ant-1.9.6-src.zip</action> + <action type="shell_command">sudo sh build.sh -Ddist.dir=$INSTALL_DIR/bin/ant/ dist</action> + <action type="set_environment"> + <environment_variable name="ANT_DIR" action="set_to">$INSTALL_DIR/bin/ant/</environment_variable> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin/ant/bin/</environment_variable> + </action> + </actions> + </install> + <readme> +Apache Ant is a Java library and command-line tool whose mission is to drive processes +described in build files as targets and extension points dependent upon each other. + +Download source distribution and build them into a specific directory. + +For more details, see: +http://ant.apache.org/ + </readme> + </package> +</tool_dependency> \ No newline at end of file