# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-firmware/rt61-firmware/rt61-firmware-1.2.ebuild,v 1.1 2013/02/14 22:24:53 ssuominen Exp $ EAPI=5 MY_PN=RT61_Firmware MY_P=${MY_PN}_V${PV} DESCRIPTION="Firmware for Ralink rt61-based PCI/PCMCIA WiFi adapters (rt61pci module)" HOMEPAGE="http://www.ralinktech.com/ralink/Home/Support/Linux.html" SRC_URI="http://www.ralinktech.com.tw/data/${MY_P}.zip" LICENSE="ralink-firmware" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND="" DEPEND="app-arch/unzip" S=${WORKDIR}/${MY_P} src_install() { insinto /lib/firmware doins *.bin }