# Copyright 2007-2010 Auke Booij # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils linux-info DESCRIPTION="A driver for sn9c1xx (webcam) devices, like the Sweex Mini cam" HOMEPAGE="http://www.linux-projects.org/modules/mydownloads/viewcat.php?op=&cid=2" SRC_URI="http://www.linux-projects.org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" CONFIG_CHECK="VIDEO_DEV USB" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/${P}-destdir.patch epatch "${FILESDIR}"/${P}-kbuild.patch set_arch_to_kernel } src_compile() { emake clean || die "emake clean failed" emake modules || die "emake modules failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc ChangeLog sn9c102.txt || die "installing docs faild" }