summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2006-01-04 19:55:52 +0000
committerMike Doty <kingtaco@gentoo.org>2006-01-04 19:55:52 +0000
commitf6f3bb4275bc67ee4c6b0c3de2ae9d7bf83cc14c (patch)
treeb3addb50f5a5b95e2ca37b4c8735399a845d545d /media-video/spca5xx/spca5xx-20060101.ebuild
parenttypo (diff)
downloadhistorical-f6f3bb4275bc67ee4c6b0c3de2ae9d7bf83cc14c.tar.gz
historical-f6f3bb4275bc67ee4c6b0c3de2ae9d7bf83cc14c.tar.bz2
historical-f6f3bb4275bc67ee4c6b0c3de2ae9d7bf83cc14c.zip
version bump
Package-Manager: portage-2.0.53
Diffstat (limited to 'media-video/spca5xx/spca5xx-20060101.ebuild')
-rw-r--r--media-video/spca5xx/spca5xx-20060101.ebuild31
1 files changed, 31 insertions, 0 deletions
diff --git a/media-video/spca5xx/spca5xx-20060101.ebuild b/media-video/spca5xx/spca5xx-20060101.ebuild
new file mode 100644
index 000000000000..371b249bb362
--- /dev/null
+++ b/media-video/spca5xx/spca5xx-20060101.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20060101.ebuild,v 1.1 2006/01/04 19:55:52 kingtaco Exp $
+
+inherit linux-mod
+
+DESCRIPTION="spca5xx driver for webcams."
+HOMEPAGE="http://mxhaard.free.fr/spca5xx.html"
+SRC_URI="http://mxhaard.free.fr/spca50x/Download/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RESTRICT=""
+DEPEND=""
+RDEPEND=""
+
+MODULE_NAMES="spca5xx(usb/video:)"
+BUILD_PARAMS="KERNELDIR=${KV_DIR}"
+BUILD_TARGETS="default"
+
+src_unpack() {
+ unpack ${A}
+ convert_to_m ${S}/Makefile
+}
+
+src_install() {
+ dodoc CHANGELOG INSTALL README
+ linux-mod_src_install
+ ewarn "Warning: The module name has been changed from spca50x to spca5xx."
+}