blob: 227b0ad5d6ca321511943d9c1e0f76c13e4e71b5 [file] [log] [blame]
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/iwl2030-ucode/iwl2030-ucode-18.168.6.1.ebuild,v 1.1 2012/06/12 19:15:48 vapier Exp $
MY_PN="iwlwifi-2030-ucode"
DESCRIPTION="Intel (R) Wireless WiFi Advanced N 2030 ucode"
HOMEPAGE="http://intellinuxwireless.org/?p=iwlwifi"
SRC_URI="http://intellinuxwireless.org/iwlwifi/downloads/${MY_PN}-${PV}.tgz"
LICENSE="ipw3945"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="|| ( >=sys-fs/udev-096 >=sys-apps/hotplug-20040923 )"
RDEPEND=""
S="${WORKDIR}/${MY_PN}-${PV}"
src_compile() { :; }
src_install() {
insinto /lib/firmware
doins iwlwifi-2030-6.ucode
dodoc README*
}