diff options
author | Mike Doty <kingtaco@gentoo.org> | 2005-02-05 19:39:01 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2005-02-05 19:39:01 +0000 |
commit | 4e314c2da6b6d946646472af36d65ceb0678d8f1 (patch) | |
tree | f4054b825d14c19c20365cc1a2600e15147a2cc0 /media-video/spca5xx/spca5xx-20050116.ebuild | |
parent | add dep on new ebuild networkstatus (diff) | |
download | gentoo-2-4e314c2da6b6d946646472af36d65ceb0678d8f1.tar.gz gentoo-2-4e314c2da6b6d946646472af36d65ceb0678d8f1.tar.bz2 gentoo-2-4e314c2da6b6d946646472af36d65ceb0678d8f1.zip |
version bump
(Portage version: 2.0.51-r15)
Diffstat (limited to 'media-video/spca5xx/spca5xx-20050116.ebuild')
-rw-r--r-- | media-video/spca5xx/spca5xx-20050116.ebuild | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/media-video/spca5xx/spca5xx-20050116.ebuild b/media-video/spca5xx/spca5xx-20050116.ebuild new file mode 100644 index 000000000000..2e3b8e29cdeb --- /dev/null +++ b/media-video/spca5xx/spca5xx-20050116.ebuild @@ -0,0 +1,34 @@ +# 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-20050116.ebuild,v 1.1 2005/02/05 19:39:01 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 |