You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
468 B
22 lines
468 B
# Copyright 1999-2013 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=5
|
|
|
|
DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards"
|
|
HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
|
|
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
|
|
|
LICENSE="Hauppauge-Firmware"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ppc x86"
|
|
IUSE=""
|
|
|
|
S=${WORKDIR}
|
|
|
|
src_install() {
|
|
insinto /lib/firmware
|
|
doins v4l-cx2341x-*.fw v4l-pvrusb2-*.fw
|
|
doins *.mpg
|
|
}
|