# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Driver for spca50x based web cameras" HOMEPAGE="http://spca50x.sourceforge.net/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" IUSE="" DEPEND="" inherit cvs # CVS settings for spca50x ECVS_SERVER="cvs.sourceforge.net:/cvsroot/spca50x" ECVS_MODULE="spca50x" ECVS_TOP_DIR="${DISTDIR}/cvs-src/spca50x" S=${WORKDIR}/${ECVS_MODULE} src_compile() { emake || die "Make failed" } src_install() { insinto /lib/modules/`uname -r`/kernel/drivers/usb doins spca50x.o }