From 1e1e4927b05d9b242bfe83794e3a98ab2c8f79ef Mon Sep 17 00:00:00 2001 From: root Date: Wed, 23 Nov 2011 23:15:26 +0000 Subject: Wed Nov 23 23:15:26 UTC 2011 --- community/ngrep/PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'community/ngrep/PKGBUILD') diff --git a/community/ngrep/PKGBUILD b/community/ngrep/PKGBUILD index e6bc0d3d1..085b842b3 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -1,16 +1,18 @@ -# $Id: PKGBUILD 44742 2011-04-11 13:48:14Z lfleischer $ +# $Id: PKGBUILD 59191 2011-11-21 14:35:44Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Eric Belanger # Contributor: dorphell pkgname=ngrep pkgver=1.45 -pkgrel=6 +pkgrel=7 pkgdesc='A grep-like utility that allows you to search for network packets on an interface.' arch=('i686' 'x86_64') url='http://ngrep.sourceforge.net/' license=('custom') depends=('libpcap>=1.0.0') +# Fix build failure when using "-j" (FS#27091). +options=(!makeflags) source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2") md5sums=('bc8150331601f3b869549c94866b4f1c') -- cgit v1.2.3-54-g00ecf