From 0020cc650ff973f269f23332e82fc097254d0adc Mon Sep 17 00:00:00 2001 From: root Date: Sun, 12 Feb 2012 23:15:07 +0000 Subject: Sun Feb 12 23:15:07 UTC 2012 --- community/ngrep/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'community/ngrep/PKGBUILD') diff --git a/community/ngrep/PKGBUILD b/community/ngrep/PKGBUILD index 085b842b3..2b50b67f6 100644 --- a/community/ngrep/PKGBUILD +++ b/community/ngrep/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 59191 2011-11-21 14:35:44Z lfleischer $ +# $Id: PKGBUILD 64341 2012-02-11 23:22:31Z allan $ # Maintainer: Lukas Fleischer # Contributor: Eric Belanger # Contributor: dorphell pkgname=ngrep pkgver=1.45 -pkgrel=7 +pkgrel=8 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/' @@ -13,11 +13,13 @@ 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') +source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2" "ngrep-fix-ipv6-support.patch") +md5sums=('bc8150331601f3b869549c94866b4f1c' '90e6dfb335bccf12615d3c468ceeb60f') +# Added patch for broken ipv6 support (FS#27225) build() { cd "${srcdir}/${pkgname}-${pkgver}" + patch -Np1 -i $srcdir/ngrep-fix-ipv6-support.patch ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap --enable-ipv6 make -- cgit v1.2.3-54-g00ecf