aboutsummaryrefslogtreecommitdiff
blob: f530f16ef22fdf81e973ffe78e009d3394445b9b (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
27
28
29
30
31
32
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=5

inherit eutils user kde4-base git-r3

DESCRIPTION="Real-time network traffic monitor for KDE Plasma."
HOMEPAGE="http://kde-apps.org/content/show.php/Socket+Sentry?content=122348"
EGIT_REPO_URI="https://github.com/lmiphay/socket-sentry.git"

LICENSE="GPL"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="
	$(add_kdebase_dep plasma-workspace)
	net-libs/libpcap
"
RDEPEND="${DEPEND}
"

pkg_setup() {
	enewgroup socketsentry
}

src_prepare() {
	epatch "${FILESDIR}/CMakeLists.patch"
	kde4-base_src_prepare
}