summaryrefslogtreecommitdiff
blob: 878f579fed7e1f9ca7ace206616b4b0ab41009a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-wireless/prism54-firmware/prism54-firmware-1.0.4.3.ebuild,v 1.7 2005/12/13 09:47:11 brix Exp $

RESTRICT="nomirror"

DESCRIPTION="Firmware for Intersil Prism GT / Prism Duette wireless chipsets"
HOMEPAGE="http://www.prism54.org/"
SRC_URI="http://www.prism54.org/firmware/${PV}.arm"

LICENSE="as-is"
SLOT="0"
KEYWORDS="amd64 ~ppc x86"

IUSE=""
RDEPEND=">=sys-apps/hotplug-20040923"

src_unpack() {
	true
}

src_install() {
	insinto /lib/firmware/
	newins ${DISTDIR}/${PV}.arm isl3890
}