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