DESCRIPTION = "ngrep strives to provide most of GNU grep's \
common features, applying them to the network layer."
SECTION = "base"
PRIORITY = "optional"
DEPENDS = "libpcap pcre"

SRC_URI = "${SOURCEFORGE_MIRROR}/ngrep/ngrep-${PV}.tar.bz2"

EXTRA_OECONF = "--with-safe-user --with-restart"
EXTRA_OEMAKE = "INCLUDES=${S}"

inherit autotools 

do_install () {
	oe_runmake BINDEST="${D}/${bindir}" MANDEST="${D}/${mandir}"
}