[oe-commits] org.oe.dev tshark: initial commit of tshark, the text-based version of wireshark. closes 2283.

Laibsch commit openembedded-commits at lists.openembedded.org
Mon Feb 18 01:07:22 UTC 2008


tshark: initial commit of tshark, the text-based version of wireshark.  closes 2283.
* the latest version 0.99.7 fails do_patch, so I left everything at 0.99.4

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: f37bc6718961a69b5b2bc4934d184a6a7df966c6
ViewMTN: http://monotone.openembedded.org/revision/info/f37bc6718961a69b5b2bc4934d184a6a7df966c6
Files:
1
packages/wireshark/tshark_0.99.4.bb
Diffs:

#
# mt diff -r285f8edf366d8f2e1049198e6b891949bc2d89e0 -rf37bc6718961a69b5b2bc4934d184a6a7df966c6
#
# 
# 
# add_file "packages/wireshark/tshark_0.99.4.bb"
#  content [21967c5e8e89e49e6b050913ed9d0732274a45a2]
# 
============================================================
--- packages/wireshark/tshark_0.99.4.bb	21967c5e8e89e49e6b050913ed9d0732274a45a2
+++ packages/wireshark/tshark_0.99.4.bb	21967c5e8e89e49e6b050913ed9d0732274a45a2
@@ -0,0 +1,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}/${PN}/${PN}-${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}"
+}
+






More information about the Openembedded-commits mailing list