diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-01-29 16:23:36 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 10:10:37 +0300 |
commit | 01aa3f5d36574e02b9007c80cae85e72440e7880 (patch) | |
tree | b5a52b24ed2c6d35c016b77743d28b5dd83cde4a /packages/wireshark/wireshark_0.99.4.bb | |
parent | f17d18964665b071fb8c899cf209133521130199 (diff) |
wireshark/tshark: extracted common parts
Diffstat (limited to 'packages/wireshark/wireshark_0.99.4.bb')
-rw-r--r-- | packages/wireshark/wireshark_0.99.4.bb | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/packages/wireshark/wireshark_0.99.4.bb b/packages/wireshark/wireshark_0.99.4.bb index 357f26448c..f4c90fce48 100644 --- a/packages/wireshark/wireshark_0.99.4.bb +++ b/packages/wireshark/wireshark_0.99.4.bb @@ -1,23 +1,9 @@ -DESCRIPTION = "Ethereal is the world's most popular network protocol analyzer" -HOMEPAGE = "http://www.ethereal.com" -SECTION = "x11/network" -LICENSE = "GPL" -DEPENDS = "perl-native gtk+ gnutls libpcap pcre expat" +DESCRIPTION = "Wireshark is the world's most popular network protocol analyzer" +require wireshark.inc +DEPENDS += "gtk+" PR = "r1" -SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \ - file://use-our-lemon.patch;patch=1 \ - file://acinclude-net-snmp-fix.patch;patch=1 \ - file://libtool-fix.patch;patch=1 \ - file://no-host-includes.patch;patch=1" - -inherit autotools - -do_compile_prepend() { - ${BUILD_CC} ${BUILD_CFLAGS} -o rdps rdps.c - oe_runmake -C tools/lemon CC="${BUILD_CC} ${BUILD_CFLAGS}" LDFLAGS="${BUILD_LDFLAGS}" -} FILES_${PN}-dbg += "${libdir}/wireshark/plugins/${PV}/.debug" |