blob: 677b96908875f7c55a3ad641488020ce4d6972e2 (
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: /var/cvsroot/gentoo-x86/media-tv/cx18-firmware/cx18-firmware-20080628.ebuild,v 1.2 2010/05/21 02:54:39 beandog Exp $
DESCRIPTION="firmware for Hauppauge PVR-1600 and Conexant 23418 based cards"
HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz"
RESTRICT="mirror"
SLOT="0"
LICENSE="Conexant-firmware"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
RDEPEND=""
S="${WORKDIR}/${PN}"
src_install() {
dodir /lib/firmware
insinto /lib/firmware
doins *.fw
}
|