# Contributor: Kanedaaa pkgname=ngrep pkgver=1.45 pkgrel=1 pkgdesc="ngrep strives to provide most of GNU grep's common features, applying them to the network layer" url="http://ngrep.sourceforge.net" license="GPL" depends=('libpcap') source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2) md5sums=('bc8150331601f3b869549c94866b4f1c') build() { cd $startdir/src/$pkgname-$pkgver ./configure --prefix=/usr make || return 1 make DESTDIR=$startdir/pkg install }