summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-05-19 16:10:57 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-05-19 16:10:57 +0000
commit4070247585e155ac4adf279e1bff8764b3c634e1 (patch)
tree8e98e09f94b1ad5825b85f2a793fdea057317e2d /media-video/spca5xx/spca5xx-20050501.ebuild
parentfix up patching (diff)
downloadhistorical-4070247585e155ac4adf279e1bff8764b3c634e1.tar.gz
historical-4070247585e155ac4adf279e1bff8764b3c634e1.tar.bz2
historical-4070247585e155ac4adf279e1bff8764b3c634e1.zip
new upstream version
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'media-video/spca5xx/spca5xx-20050501.ebuild')
-rw-r--r--media-video/spca5xx/spca5xx-20050501.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/media-video/spca5xx/spca5xx-20050501.ebuild b/media-video/spca5xx/spca5xx-20050501.ebuild
new file mode 100644
index 000000000000..2e08adcb6ac5
--- /dev/null
+++ b/media-video/spca5xx/spca5xx-20050501.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/spca5xx/spca5xx-20050501.ebuild,v 1.1 2005/05/19 16:10:57 luckyduck 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="spca5xx(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
+ ewarn "Warning: The module name has been changed from spca50x to spca5xx."
+}