matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / wireshark / wireshark.inc
blob4ffe8fa313d0b9ca3e75b6178c3638c6f032be07
1 HOMEPAGE = "http://www.wireshark.org"
2 SECTION = "network"
3 LICENSE = "GPL"
4 DEPENDS = "perl-native gnutls libpcap pcre expat glib-2.0 net-snmp"
6 SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \
7            file://use-our-lemon.patch \
8            file://acinclude-net-snmp-fix.patch \
9            file://libtool-fix.patch \
10            file://no-host-includes.patch"
12 S=${WORKDIR}/wireshark-${PV}
14 inherit autotools
16 do_compile_prepend() {
17         ${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c
18         oe_runmake -C tools/lemon CC="${BUILD_CC} ${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}"