blob: 96e121a3a72a28feaa4d9190d98080b7bcae081d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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
}
|