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.
gentoo-overlay/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild

23 lines
613 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtv-firmware/ivtv-firmware-20080701.ebuild,v 1.4 2013/02/11 04:36:09 cardoe Exp $
DESCRIPTION="firmware for Hauppauge PVR-x50 and Conexant 2341x based cards"
HOMEPAGE="http://www.ivtvdriver.org/index.php/Firmware"
SRC_URI="http://dl.ivtvdriver.org/ivtv/firmware/${P}.tar.gz"
LICENSE="Hauppauge-Firmware"
KEYWORDS="amd64 ppc x86"
SLOT=0
IUSE=""
RDEPEND=""
S="${WORKDIR}"
src_install() {
dodir /lib/firmware
insinto /lib/firmware
doins *.fw
doins *.mpg
}