Mercurial > repos > iuc > package_gnu_awk_4_1_0
changeset 2:f145f856ec57 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnu_awk_4_1_0 commit 508edb578630628be38be6dc9c97e9a3cd0992d2
author | iuc |
---|---|
date | Thu, 26 Nov 2015 12:25:37 -0500 |
parents | 52a8268bb49f |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Jan 17 08:23:38 2015 -0500 +++ b/tool_dependencies.xml Thu Nov 26 12:25:37 2015 -0500 @@ -2,13 +2,19 @@ <tool_dependency> <package name="gnu_awk" version="4.1.0"> <install version="1.0"> - <actions> - <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> - <action type="autoconf" /> + <actions_group> + <actions os="linux" architecture="x86_64"> + <action type="download_by_url" md5sum="13e02513105417818a31ef375f9f9f42">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> + <action type="autoconf" /> + </actions> + <actions os="darwin" architecture="x86_64"> + <action type="download_by_url" md5sum="13e02513105417818a31ef375f9f9f42">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> + <action type="autoconf">--without-mpfr --disable-debug --disable-dependency-tracking --without-readline --without-libsigsegv-prefix</action> + </actions> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> - </actions> + </actions_group> </install> <readme> Compiling GNU awk requires a C compiler. http://www.gnu.org/software/gawk/