aboutsummaryrefslogtreecommitdiffstats
path: root/packages/wireshark/tshark_0.99.4.bb
blob: 7338efdda71c5ae6e6d0a7f1c41bdbd6cb72eee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DESCRIPTION = "tshark is the text based verion of wireshark - a popular network protocol analyzer"
HOMEPAGE = "http://www.ethereal.com"
SECTION = "network"
LICENSE = "GPL"
DEPENDS = "perl-native gnutls libpcap pcre expat"

SRC_URI = "${SOURCEFORGE_MIRROR}/wireshark/wireshark-${PV}.tar.bz2 \
           file://use-our-lemon.patch;patch=1 \
	   file://no-host-includes.patch;patch=1"

S=${WORKDIR}/wireshark-${PV}

inherit autotools

EXTRA_OECONF = "--disable-wireshark"

do_compile_prepend() {
	${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c
	oe_runmake -C tools/lemon CC="${BUILD_CC} ${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}"
}