alpha-quadrant/net-wireless/kwlan/kwlan-0.4.1.ebuild
2006-07-06 12:00:22 +00:00

27 lines
690 B
Bash

# Copyright 1999-2006 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.3 2006/03/27 11:36:09 caleb Exp $
inherit kde
# S="${WORKDIR}/${PN}-${PV}"
DEPEND="net-wireless/wpa_supplicant"
RDEPEND="net-wireless/wireless-tools"
DESCRIPTION="KDE frontend for WPA Supplicant"
HOMEPAGE="http://www.kde-apps.org/content/show.php?content=37041"
SRC_URI="http://www.kde-apps.org/content/files/37041-${PN}-${PV}.tar.gz"
RESTRICT="nomirror"
LICENSE="GPL-2 BSD"
SLOT="0"
KEYWORDS="~x86 ~amd64"
need-kde 3.0
src_compile()
{
myconf="${myconf} $(use_with arts)"
kde_src_compile
}