1 # Contributor: Nathan Owe <ndowens04 at gmail>
2 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
7 pkgdesc="Provides many of the features of grep, egrep, and fgrep with greatly enhanced performance"
9 url="http://www.bell-labs.com/project/wwexptools/cgrep/"
12 makedepends=('gcc' 'make')
13 source=(http://downloads.sourceforge.net/cgrep/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('7d9f15e9026d075ada9d48bc0c158941')
17 cd ${srcdir}/${pkgname}-${pkgver}
19 ./configure --prefix=/usr
21 make DESTDIR=${pkgdir} install