summaryrefslogtreecommitdiff
path: root/ngrep/ngrep_1.41.oe
blob: 62c22133db4b701bd0bd0a76632093d1bb635734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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}"
}