bd609f67c68402015589bcf2a5144925ae354136
[vuplus_openembedded] / ngrep / ngrep_1.41.oe
1 DESCRIPTION = "ngrep strives to provide most of GNU grep's \
2 common features, applying them to the network layer."
3 SECTION = "base"
4 PRIORITY = "optional"
5 RDEPENDS = "libc6 libpcap"
6 DEPENDS = "virtual/libc libpcap pcre"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/ngrep/ngrep-${PV}.tar.bz2"
9
10 EXTRA_OECONF = "--with-safe-user --with-restart"
11 EXTRA_OEMAKE = "INCLUDES=${S}"
12
13 inherit autotools libtool
14
15 do_install () {
16         oe_runmake BINDEST="${D}/${bindir}" MANDEST="${D}/${mandir}"
17 }