# $Id$ # Maintainer: Sébastien Luttringer # Contributor: Allan McRae # Contributor: judd pkgname=grep pkgver=2.22 pkgrel=1 pkgdesc='A string search utility' arch=('i686' 'x86_64') license=('GPL3') url='http://www.gnu.org/software/grep/grep.html' groups=('base' 'base-devel') depends=('glibc' 'pcre') makedepends=('texinfo') install=$pkgname.install validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) md5sums=('e1015e951a49a82b02e38891026ef5df' 'SKIP') build() { cd $pkgname-$pkgver ./configure --prefix=/usr --without-included-regex make } check() { cd $pkgname-$pkgver make check } package() { cd $pkgname-$pkgver make DESTDIR=$pkgdir install }