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
commit5b0786974ba408b9df5276bfa88684a7bfa2a854 (patch)
treee4c3908782e46e8c553ad823eb75c8804e41cbfd /media-video/spca5xx
parentConversion to linux-mod eclass as per bug #74420. (forgot to commit a week o... (diff)
downloadhistorical-5b0786974ba408b9df5276bfa88684a7bfa2a854.tar.gz
historical-5b0786974ba408b9df5276bfa88684a7bfa2a854.tar.bz2
historical-5b0786974ba408b9df5276bfa88684a7bfa2a854.zip
Initial import
Diffstat (limited to 'media-video/spca5xx')
-rw-r--r--media-video/spca5xx/ChangeLog7
-rw-r--r--media-video/spca5xx/Manifest14
-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, 64 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..7925c67f6386
--- /dev/null
+++ b/media-video/spca5xx/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 6f44af571d8521f6f931ab122c02f571 spca5xx-20041224.ebuild 763
+MD5 334e4f71306cef3c0456b8ba59bbbfe8 metadata.xml 224
+MD5 5b4e468b973d5f07056f14c4fd580ebd ChangeLog 280
+MD5 c4d8ea87a30b78a071254dd874d04354 files/digest-spca5xx-20041224 68
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBzg5m0K3RJaeXx6cRAmrxAKCgnz88QNdLDNd8fGlSG11GbzWNMACgnlCw
+tmXPOPZVamSK8WorVgznnEI=
+=68l/
+-----END PGP SIGNATURE-----
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