blob: 7772cc8a79a0c865fde8e5e1046014214ff2a3c1 (
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
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/knemo/knemo-0.3.1-r1.ebuild,v 1.5 2006/03/06 11:41:40 flameeyes Exp $
inherit kde eutils
DESCRIPTION="KNemo - the KDE Network Monitor"
SRC_URI="http://www.eris23.de/knemo/${P}.tar.bz2"
HOMEPAGE="http://kde-apps.org/content/show.php?content=12956"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE="wifi"
RDEPEND="kernel_linux? ( sys-apps/net-tools )
wifi? ( net-wireless/wireless-tools )"
need-kde 3.2
PATCHES="${FILESDIR}/${P}-linkquality.patch
${FILESDIR}/${P}-gcc41.patch"
pkg_postinst() {
echo
einfo "KNemo is not an executable but an KDED service. Therefore it has to"
einfo "be started using Control Center/KDE Components/Service Manager."
echo
}
|