blob: ee4ec31f1fa8af983a18722c848d0de20ee9d3ab (
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
29
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/kwlaninfo/kwlaninfo-0.9.5.ebuild,v 1.2 2009/11/11 12:36:54 ssuominen Exp $
ARTS_REQUIRED=never
inherit kde eutils
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="mirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="net-wireless/wireless-tools"
need-kde 3.5
src_unpack() {
kde_src_unpack
cd "${S}"
epatch "${FILESDIR}"/${P}-desktop.patch
}
|