blob: d33928bef272d56b3218d8c01056aeb6f103022f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.5 2005/02/27 15:26:00 hansmi Exp $
DESCRIPTION="Firmware for Intersil Prism GT / Prism Duette wireless chipsets"
HOMEPAGE="http://prism54.org/"
RESTRICT="nomirror"
SRC_URI="http://prism54.org/~mcgrof/firmware/${PV}.arm"
LICENSE="as-is"
SLOT="0"
KEYWORDS="x86 amd64 ~ppc"
IUSE=""
RDEPEND=">=sys-apps/hotplug-20040923"
src_unpack() { true; }
src_install() {
insinto /lib/firmware/
newins ${DISTDIR}/${PV}.arm isl3890
}
|