# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Firmware for Intersil Prism GT / Prism Duette wireless chipsets" HOMEPAGE="http://prism54.org/" RESTRICT="nomirror" SRC_URI="http://prism54.org/~mcgrof/firmware/isl3890" LICENSE="as-is" SLOT="0" KEYWORDS="~x86" IUSE="" RDEPEND=">=sys-apps/hotplug-20040923" src_install() { insinto /lib/firmware/ doins ${DISTDIR}/isl3890 }