# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PN="i2400m-fw" MY_PV="${PV/0/0}" DESCRIPTION="Intel (R) WiMAX 5150/53500 Firmware" HOMEPAGE="http://www.linuxwimax.org" SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${P}.tar.bz2" LICENSE="Intel" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )" S="${WORKDIR}/${MY_PN}-${MY_PV}" src_compile() { true; } src_install() { insinto /lib/firmware doins "${S}/i2400m-fw-usb-1.4.sbcf" dodoc README* || die "dodoc failed" }