summaryrefslogtreecommitdiff
blob: b790f558150f8734320e7b90dca292c675fc060b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/wlassistant/wlassistant-0.5.5.ebuild,v 1.1 2006/06/05 09:32:31 genstef Exp $

inherit kde

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="~amd64 ~ppc ~x86"

IUSE=""
DEPEND="dev-util/scons"
RDEPEND=">=net-wireless/wireless-tools-27-r1
	virtual/dhcpc"
need-kde 3.3

src_compile() {
	./configure || die "./configure failed"
	emake || die "emake failed"
}