blob: 2655ea1a00f6c5b7ac0f761d9d904bf29f546d4b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-misc/knetdockapp/knetdockapp-0.67.5.3.ebuild,v 1.2 2007/03/22 20:29:51 jokey Exp $
inherit kde
need-kde 3
DESCRIPTION="Network interface monitor panel applet"
HOMEPAGE="http://pan4os.info"
SRC_URI="http://pan4os.info/apps/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
|