# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Author: VinzC (vcadet@hotmail.com) FW_P=${P/firmware/ucode} FW_PN=${PN/firmware/ucode} S=${WORKDIR}/${FW_P} DESCRIPTION="Microcode for the Intel PRO/Wireless 3945ABG Network Connection Adapter" HOMEPAGE="http://ipw3945.sourceforge.net" SRC_URI="http://bughost.org/ipw3945/ucode/${FW_P}.tgz" LICENSE="ipw3945-fw" SLOT="${PV}" KEYWORDS="~x86" IUSE="" DEPEND=">=sys-apps/hotplug-20040923" src_install() { insinto /lib/firmware doins *.ucode newins LICENSE.${FW_PN} ipw3945-${PV}-LICENSE }