diff options
author | Mike Doty <kingtaco@gentoo.org> | 2006-03-16 16:25:12 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2006-03-16 16:25:12 +0000 |
commit | 23ab50d5287fb3edf0de1e8d20d7be236d79cd36 (patch) | |
tree | 71b39c701564fe791d4a917d662e1e3b8b0bd920 /media-video/spca5xx/spca5xx-20060301.ebuild | |
parent | Adding some necessary patches to fix QT mess. (diff) | |
download | gentoo-2-23ab50d5287fb3edf0de1e8d20d7be236d79cd36.tar.gz gentoo-2-23ab50d5287fb3edf0de1e8d20d7be236d79cd36.tar.bz2 gentoo-2-23ab50d5287fb3edf0de1e8d20d7be236d79cd36.zip |
version bump, bug 126402
(Portage version: 2.1_pre5-r4)
Diffstat (limited to 'media-video/spca5xx/spca5xx-20060301.ebuild')
-rw-r--r-- | media-video/spca5xx/spca5xx-20060301.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media-video/spca5xx/spca5xx-20060301.ebuild b/media-video/spca5xx/spca5xx-20060301.ebuild new file mode 100644 index 000000000000..e11e0c9f1547 --- /dev/null +++ b/media-video/spca5xx/spca5xx-20060301.ebuild @@ -0,0 +1,30 @@ +# 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-20060301.ebuild,v 1.1 2006/03/16 16:25:12 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 ~ppc ~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 +} |