linphone: fix build without NLS enabled
[openembedded.git] / recipes / ngrep / ngrep_1.42.bb
blob7e12eb18d42ef4bebae31a01b0533d875443d95e
1 DESCRIPTION = "ngrep strives to provide most of GNU grep's \
2 common features, applying them to the network layer."
3 SECTION = "console/network"
4 PRIORITY = "optional"
5 DEPENDS = "libpcap libpcre"
6 LICENSE="ngrep"
7 SRC_URI = "${SOURCEFORGE_MIRROR}/ngrep/ngrep-${PV}.tar.bz2 \
8 file://use-our-pcre.patch"
10 EXTRA_OECONF = "--with-restart --enable-pcre --with-pcap-includes=${STAGING_INCDIR}"
11 EXTRA_OEMAKE = "INCLUDES=${S}"
13 inherit autotools
15 CFLAGS += '-DDROPPRIVS_ONLY_ROOT=0 -DDROPPRIVS_USER=\""nobody\"" -DUSE_DROPPRIVS=1'
17 do_install () {
18 install -d ${D}${bindir}
19 install -m 0755 ngrep ${D}${bindir}/
22 SRC_URI[md5sum] = "35e821cfd888e9523a90fb7e5074a072"
23 SRC_URI[sha256sum] = "fd5a85b48613452fbfc9ce6d6e3fa3f37992731422eb2843235fbf4e02d6f1e9"