# Description: Network grep utility # URL: https://github.com/jpr5/ngrep # Maintainer: Juergen Daubert, jue at crux dot nu # Depends on: libpcap name=ngrep version=1.46.1 release=1 source=(http://crux.s3.amazonaws.com/dist/$name-${version//./_}.tar.gz) build () { cd $name-${version//./_} ./configure --prefix=/usr --enable-ipv6 make make DESTDIR=$PKG mandir=/usr/man install }