# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" DESCRIPTION="Realtek r8712u/RTL8191S wireless chipset firmware" HOMEPAGE="http://www.realtek.com.tw/" SRC_URI="https://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=blob_plain;f=rtlwifi/rtl8712u.bin;hb=d8f60751d3f09545f51aac5d8e451f7668063ebf -> rtl8712u.bin" LICENSE="freedist" SLOT="0" KEYWORDS="~amd64 ~arm" IUSE="" DEPEND="" RDEPEND="" src_unpack() { mkdir ${S} } src_prepare() { cp ${DISTDIR}/rtl8712u.bin ${S} } src_install() { insinto /lib/firmware/rtlwifi doins *.bin }