Installation of Gawk
This package requires its patch to be applied before you can
install it.
Install Gawk by running the following commands:
patch -Np1 -i ../gawk-&gawk-patch-version;.patch &&
./configure --prefix=/usr --libexecdir=/usr/bin &&
make &&
make install