updated on Wed Jan 18 16:10:53 UTC 2012
[aur-mirror.git] / cgrep / PKGBUILD
blob74b9ac50ddba6cb96fafcb87bf1b0e124dd66787
1 # Contributor: Nathan Owe <ndowens04 at gmail>
2 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
4 pkgname=cgrep
5 pkgver=8.15
6 pkgrel=2
7 pkgdesc="Provides many of the features of grep, egrep, and fgrep with greatly enhanced performance"
8 arch=('i686' 'x86_64')
9 url="http://www.bell-labs.com/project/wwexptools/cgrep/"
10 license=('GPL')
11 depends=('ncurses')
12 makedepends=('gcc' 'make')
13 source=(http://downloads.sourceforge.net/cgrep/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('7d9f15e9026d075ada9d48bc0c158941') 
16 build() {
17   cd ${srcdir}/${pkgname}-${pkgver}
19   ./configure --prefix=/usr
20   make || return 1
21   make DESTDIR=${pkgdir} install