summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Doty <kingtaco@gentoo.org>2004-12-26 01:05:08 +0000
committerMike Doty <kingtaco@gentoo.org>2004-12-26 01:05:08 +0000
commit773f35428b4b73258ec73ed9a6d313be3cafca50 (patch)
treeb4a3ade78537d89a6e9fec12293a39a321bd3820 /media-video/spca5xx
parentConversion to linux-mod eclass as per bug #74420. (forgot to commit a week o... (diff)
downloadgentoo-2-773f35428b4b73258ec73ed9a6d313be3cafca50.tar.gz
gentoo-2-773f35428b4b73258ec73ed9a6d313be3cafca50.tar.bz2
gentoo-2-773f35428b4b73258ec73ed9a6d313be3cafca50.zip
Initial import
Diffstat (limited to 'media-video/spca5xx')
-rw-r--r--media-video/spca5xx/ChangeLog7
-rw-r--r--media-video/spca5xx/Manifest2
-rw-r--r--media-video/spca5xx/files/digest-spca5xx-200412241
-rw-r--r--media-video/spca5xx/metadata.xml8
-rw-r--r--media-video/spca5xx/spca5xx-20041224.ebuild34
5 files changed, 52 insertions, 0 deletions
diff --git a/media-video/spca5xx/ChangeLog b/media-video/spca5xx/ChangeLog
new file mode 100644
index 000000000000..9a30954d761d
--- /dev/null
+++ b/media-video/spca5xx/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for media-video/spca5xx
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/ChangeLog,v 1.1 2004/12/26 01:05:07 kingtaco Exp $
+
+ 25 Dec 2004; Mike Doty <kingtaco@gentoo.org> :
+ Initial import
+
diff --git a/media-video/spca5xx/Manifest b/media-video/spca5xx/Manifest
new file mode 100644
index 000000000000..0edb27c6df99
--- /dev/null
+++ b/media-video/spca5xx/Manifest
@@ -0,0 +1,2 @@
+MD5 c7e179364d3248195945d580d532ae17 spca5xx-20041224.ebuild 6933
+MD5 c4d8ea87a30b78a071254dd874d04354 files/digest-spca5xx-20041224 68
diff --git a/media-video/spca5xx/files/digest-spca5xx-20041224 b/media-video/spca5xx/files/digest-spca5xx-20041224
new file mode 100644
index 000000000000..00ce3fe60fec
--- /dev/null
+++ b/media-video/spca5xx/files/digest-spca5xx-20041224
@@ -0,0 +1 @@
+MD5 f33a031c8c9bfb5082b594b887b0ed28 spca5xx-20041224.tar.gz 138549
diff --git a/media-video/spca5xx/metadata.xml b/media-video/spca5xx/metadata.xml
new file mode 100644
index 000000000000..fae953e510f7
--- /dev/null
+++ b/media-video/spca5xx/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer>
+ <email>kingtaco@gentoo.org</email>
+</maintainer>
+</pkgmetadata>
diff --git a/media-video/spca5xx/spca5xx-20041224.ebuild b/media-video/spca5xx/spca5xx-20041224.ebuild
new file mode 100644
index 000000000000..2dcc6ba4057c
--- /dev/null
+++ b/media-video/spca5xx/spca5xx-20041224.ebuild
@@ -0,0 +1,34 @@
+# 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
+} \ No newline at end of file