# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Quickcam WebCam driver for Video4Linux - Primarily QuickCam Web" HOMEPAGE="http://qce-ga.sourceforge.net" SRC_URI="mirror://sourceforge/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86" DEPEND="virtual/linux-sources" RDEPEND=${DEPEND} S=${WORKDIR}/${P} src_compile() { emake || die } src_install() { # einstall # The driver goes into the standard modules location insinto /lib/modules/${KV}/misc doins mod_quickcam.o einfo "This driver requires Video4Linux support in the kernel or as a module." einfo "if you want to load this module on boot:" echo einfo "echo mod_quickcam >> /etc/modules.autoload" echo einfo "This driver requires a v4l viewer like camorama or xawtv" }