summaryrefslogtreecommitdiff
blob: 458964b9f510193478967b0f69debf1b746b7710 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/ipw3945-ucode/ipw3945-ucode-1.14.2.ebuild,v 1.5 2013/02/08 17:51:40 ssuominen Exp $

DESCRIPTION="Microcode for the Intel PRO/Wireless 3945ABG miniPCI express adapter"

HOMEPAGE="http://www.bughost.org/ipw3945/"
SRC_URI="http://bughost.org/ipw3945/ucode/${P}.tgz"

LICENSE="ipw3945"
SLOT="0"
KEYWORDS="amd64 x86"

IUSE=""

src_install() {
	insinto /lib/firmware
	doins ipw3945.ucode

	dodoc README.ipw3945-ucode
}