blob: b2f8094b8fe881d8864e00312db2b029ede6e13e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/wlassistant-0.3.9.ebuild,v 1.1 2005/05/17 10:41:15 genstef Exp $
inherit kde
need-kde 3.3
DESCRIPTION="A small application allowing you to scan for wireless networks and connect to them."
HOMEPAGE="http://sourceforge.net/projects/wlassistant"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
RDEPEND="net-wireless/wireless-tools
virtual/dhcpc"
src_unpack() {
kde_src_unpack
sed -i "s:/sbin/iw:/usr/sbin/iw:" src/waconfig.kcfg
}
|