# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-kernel/linux-firmware/linux-firmware-20100930.ebuild,v 1.1 2010/10/20 18:24:47 scarabeus Exp $ DESCRIPTION="Linux firmware files" HOMEPAGE="http://www.kernel.org/pub/linux/kernel/people/dwmw2/firmware" SRC_URI="mirror://kernel/linux/kernel/people/dwmw2/firmware/${P}.tar.bz2" LICENSE="GPL-1 GPL-2 GPL-3 BSD freedist" KEYWORDS="~amd64 ~x86" SLOT="0" src_install() { insinto /lib/firmware doins -r * || die }