summaryrefslogtreecommitdiff
blob: f5c0f3c35daf04d82ee627e460d4f02f8d33b147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=2
MY_PV=${PV%.0}

DESCRIPTION="Intel (R) WiMAX 5150/5350 Firmware"
HOMEPAGE="http://www.linuxwimax.org"
SRC_URI="http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=${P}.tar.bz2 -> ${P}.tar.bz2"

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

src_install() {
	insinto /lib/firmware
	doins "${S}/${PN}-usb-${MY_PV}.sbcf" || die

	dodoc README || die
}