blob: 4cc6f043d3152814bcd8f910920733c591788c84 (
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
25
26
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
KDE_MINIMAL=4.5
KDE_OVERRIDE_MINIMAL=4.5.1
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="0"
IUSE="debug"
RDEPEND="
>=net-libs/libpcap-0.9
"
|