# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit linux-mod cvs DESCRIPTION="Legacy driver for the RaLink RT73/RT2571W USB wireless chipsets" HOMEPAGE="http://rt2x00.serialmonkey.com" LICENSE="GPL" ECVS_SERVER="rt2400.cvs.sourceforge.net:/cvsroot/rt2400" ECVS_MODULE="source/rt73" ECVS_LOCALNAME="${P}" KEYWORDS="~amd64 ~x86" RDEPEND="net-wireless/wireless-tools" IUSE="" pkg_setup() { BUILD_PARAMS="KERNDIR=${KV_DIR} KERNOUT=${KV_OUT_DIR}" BUILD_TARGETS=" " MODULE_NAMES="rt73(net:${S}/Module)" linux-mod_pkg_setup } src_install() { linux-mod_src_install dodoc CHANGELOG FAQ README TESTING THANKS Module/iwpriv_usage.txt # device firmware insinto /lib/firmware doins Module/rt73.bin }