Mercurial > repos > iuc > package_gnu_awk_4_1_0
comparison tool_dependencies.xml @ 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 |
comparison
equal
deleted
inserted
replaced
1:52a8268bb49f | 2:f145f856ec57 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="gnu_awk" version="4.1.0"> | 3 <package name="gnu_awk" version="4.1.0"> |
4 <install version="1.0"> | 4 <install version="1.0"> |
5 <actions> | 5 <actions_group> |
6 <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> | 6 <actions os="linux" architecture="x86_64"> |
7 <action type="autoconf" /> | 7 <action type="download_by_url" md5sum="13e02513105417818a31ef375f9f9f42">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> |
8 <action type="autoconf" /> | |
9 </actions> | |
10 <actions os="darwin" architecture="x86_64"> | |
11 <action type="download_by_url" md5sum="13e02513105417818a31ef375f9f9f42">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> | |
12 <action type="autoconf">--without-mpfr --disable-debug --disable-dependency-tracking --without-readline --without-libsigsegv-prefix</action> | |
13 </actions> | |
8 <action type="set_environment"> | 14 <action type="set_environment"> |
9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | 15 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> |
10 </action> | 16 </action> |
11 </actions> | 17 </actions_group> |
12 </install> | 18 </install> |
13 <readme> | 19 <readme> |
14 Compiling GNU awk requires a C compiler. http://www.gnu.org/software/gawk/ | 20 Compiling GNU awk requires a C compiler. http://www.gnu.org/software/gawk/ |
15 </readme> | 21 </readme> |
16 </package> | 22 </package> |