blob: a8aae13de94e70a830d82e1e2b7e4b8651842f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
inherit kde4-base
RESTRICT="$RESTRICT mirror"
DESCRIPTION="Socket Sentry is a KDE Plasma widget that displays real-time network traffic on your Linux computer."
HOMEPAGE="http://code.google.com/p/socket-sentry"
SRC_URI="http://socket-sentry.googlecode.com/files/socketsentry-${PV}.tar.gz"
S="${WORKDIR}/socketsentry-${PV}"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
RDEPEND="
>=net-libs/libpcap-0.9
"
|