blob: e5bf4da40ea93d3bcebdb98d9ba86426f3abe9fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/kwirelessmonitor/kwirelessmonitor-0.5.4.ebuild,v 1.2 2004/12/09 15:23:45 motaboy Exp $
inherit kde
DESCRIPTION="KWirelessMonitor is a small KDE application that docks into the system tray and monitors the wireless network interface."
HOMEPAGE="http://www-2.cs.cmu.edu/~pach/kwirelessmonitor/"
SRC_URI="http://www-2.cs.cmu.edu/~pach/kwirelessmonitor/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
RDEPEND="${DEPEND}
net-wireless/wireless-tools"
need-kde 3.2
|