summaryrefslogtreecommitdiff
path: root/packages/ethereal/ethereal_0.99.0.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-05-11 08:25:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-11 08:25:03 +0000
commit7cc33487089ff9a1ff1feaf77f2ea7934207d19c (patch)
tree1e4775701cd7524d3256bf203bb5e354990cbed9 /packages/ethereal/ethereal_0.99.0.bb
parentbe9175725b1da2e5b3c24e648e8bf84e7af8a206 (diff)
parent3e5fb52e1267b68327c395b5cada0181ac356450 (diff)
merge of 34a4cccc8cdb74f4173031879341a1dcedfc7e31
and a9e4bb6b87ea6a9da3a9830289da0aeddb70f467
Diffstat (limited to 'packages/ethereal/ethereal_0.99.0.bb')
-rw-r--r--packages/ethereal/ethereal_0.99.0.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/packages/ethereal/ethereal_0.99.0.bb b/packages/ethereal/ethereal_0.99.0.bb
new file mode 100644
index 0000000000..96e121a3a7
--- /dev/null
+++ b/packages/ethereal/ethereal_0.99.0.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Ethereal is the world's most popular network protocol analyzer"
+HOMEPAGE = "http://www.ethereal.com"
+SECTION = "x11/network"
+LICENSE = "GPL"
+MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
+
+DEPENDS = "perl-native ethereal-native gtk+ libpcap"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ethereal/ethereal-${PV}.tar.bz2 \
+ file://use-our-lemon.patch;patch=1"
+S = "${WORKDIR}/ethereal-${PV}"
+
+inherit autotools
+
+do_compile_prepend() {
+ ln -sf ${STAGING_BINDIR}/ethereal-rdps rdps
+ ln -sf ${STAGING_BINDIR}/ethereal-lemon tools/lemon/lemon
+}