summaryrefslogtreecommitdiff
blob: cd56652740dec7a03f3cc6f8cef4e662f6324b53 (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
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit kde

DESCRIPTION="A Qt based gui for wire-bound and wireless network setup"
HOMEPAGE="http://www.kde-apps.org/content/show.php/netgo_ng?content=88232"
SRC_URI="http://www.linux-specialist.com/download/source/${P}.tar.gz"

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

need-kde 3.5

RDEPEND="net-misc/dhcpcd
	sys-apps/net-tools
	net-wireless/wireless-tools
	net-wireless/wpa_supplicant"

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc authors ChangeLog readme todo
}