summaryrefslogtreecommitdiff
path: root/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild')
-rw-r--r--kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild b/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
new file mode 100644
index 00000000000..2caac39e7cf
--- /dev/null
+++ b/kde-misc/socket-sentry/socket-sentry-0.9.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+
+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="
+ >=kde-base/kdelibs-4.5.1
+ >=net-libs/libpcap-0.9
+"