# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=4 inherit multilib DESCRIPTION="Binary firmware blobs for Ralink RT2860, RT2890, and RT5390" HOMEPAGE="http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=tree" SRC_URI="http://omploader.org/vY3ZldA/${P}.tbz2" LICENSE="ralink-firmware" SLOT="0" KEYWORDS="~amd64" IUSE="" DEPEND="" RDEPEND="" src_install() { insinto /lib/firmware doins rt2860.bin }