2 # Contributor: Tom Newsom <Jeepster@gmx.co.uk>
7 pkgdesc="GNU version of awk"
9 url="https://www.gnu.org/software/gawk/"
11 depends=('sh' 'glibc' 'mpfr')
13 source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.sig})
14 validpgpkeys=('D1967C63788713177D861ED7DF597815937EC0D2') # Arnold Robbins
15 sha256sums=('945aef7ccff101f20b22a10802bc005e994ab2b8ea3e724cc1a197c62f41f650'
19 cd ${pkgname}-${pkgver}
20 ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc --without-libsigsegv
25 cd ${pkgname}-${pkgver}
30 cd ${pkgname}-${pkgver}
31 make DESTDIR="${pkgdir}" install