Mercurial > repos > iuc > package_gnu_awk_4_1_0
changeset 1:52a8268bb49f draft
Uploaded
author | iuc |
---|---|
date | Sat, 17 Jan 2015 08:23:38 -0500 |
parents | ec65852050ef |
children | f145f856ec57 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 2 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Aug 31 05:37:29 2013 -0400 +++ b/tool_dependencies.xml Sat Jan 17 08:23:38 2015 -0500 @@ -3,10 +3,8 @@ <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="shell_command">./configure --prefix=$INSTALL_DIR</action> - <action type="shell_command">make</action> - <action type="shell_command">make install</action> + <action type="download_by_url">http://ftp.gnu.org/gnu/gawk/gawk-4.1.0.tar.gz</action> + <action type="autoconf" /> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action>