summaryrefslogtreecommitdiff
blob: bc06ca0da8dac6e9b1ffa46b0e113d8b1f70952d (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-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/kwlaninfo/kwlaninfo-0.9.4.ebuild,v 1.4 2007/01/04 14:55:37 troll Exp $

inherit kde eutils

IUSE=""

DESCRIPTION="KDE Applet to display information about wlan connections"
HOMEPAGE="http://www.ph-home.de/opensource/kde3/kwlaninfo/"
SRC_URI="http://www.ph-home.de/opensource/kde3/${PN}/${P}.tgz
	mirror://gentoo/kde-admindir-3.5.5.tar.bz2"
RESTRICT="nomirror"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"

RDEPEND="net-wireless/wireless-tools"

need-kde 3.0

src_unpack() {
	kde_src_unpack

	cd ${S}
	epatch ${FILESDIR}/${PN}-desktop.patch
}