# $Id$ # Maintainer: Sébastien Luttringer # Contributor: Allan McRae # Contributor: judd pkgname=grep pkgver=2.26 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') validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000BEEEE') # Jim Meyering source=("ftp://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig}) md5sums=('afdd61c7221434722671baf002ac9267' '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 }