# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20041224.ebuild,v 1.1 2004/12/26 01:05:07 kingtaco Exp $ inherit linux-mod DESCRIPTION="spca5xx driver for webcams." HOMEPAGE="http://spca50x.sourceforge.net/spca50x.php" SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RESTRICT="" DEPEND="" RDEPEND="" MODULE_NAMES="spca50x(usb/video:)" BUILD_PARAMS="KERNELDIR=${KV_DIR}" BUILD_TARGETS="default" src_unpack() { unpack ${A} convert_to_m ${S}/Makefile } src_compile() { linux-mod_src_compile } src_install() { dodoc CHANGELOG INSTALL README linux-mod_src_install }