From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- .../ivtv-firmware/ivtv-firmware-20080701-r1.ebuild | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild (limited to 'sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild') diff --git a/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild b/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild new file mode 100644 index 000000000000..0ac539665e44 --- /dev/null +++ b/sys-firmware/ivtv-firmware/ivtv-firmware-20080701-r1.ebuild @@ -0,0 +1,21 @@ +# 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 +} -- cgit v1.2.3