diff options
author | 2006-12-13 21:28:40 +0000 | |
---|---|---|
committer | 2006-12-13 21:28:40 +0000 | |
commit | 7543f2940c71a5aa68bf26626646b7b420c630cf (patch) | |
tree | 989daec5c7dd7dca800b95c7116d0ceb7cb04d4e /media-video/qc-usb/qc-usb-0.6.6.ebuild | |
parent | Added arj USE for xfce-extra/xarchiver (diff) | |
download | historical-7543f2940c71a5aa68bf26626646b7b420c630cf.tar.gz historical-7543f2940c71a5aa68bf26626646b7b420c630cf.tar.bz2 historical-7543f2940c71a5aa68bf26626646b7b420c630cf.zip |
Version bump thanks to drac in bug 154555
Package-Manager: portage-2.1.2_rc3-r4
Diffstat (limited to 'media-video/qc-usb/qc-usb-0.6.6.ebuild')
-rw-r--r-- | media-video/qc-usb/qc-usb-0.6.6.ebuild | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/media-video/qc-usb/qc-usb-0.6.6.ebuild b/media-video/qc-usb/qc-usb-0.6.6.ebuild new file mode 100644 index 000000000000..0a0e5083b785 --- /dev/null +++ b/media-video/qc-usb/qc-usb-0.6.6.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/qc-usb/qc-usb-0.6.6.ebuild,v 1.1 2006/12/13 21:28:39 genstef Exp $ + +inherit linux-mod eutils multilib + +DESCRIPTION="Logitech USB Quickcam Express Linux Driver Modules" +HOMEPAGE="http://qce-ga.sourceforge.net/" +SRC_URI="mirror://sourceforge/qce-ga/${P}.tar.gz" + +IUSE="" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~amd64" + +CONFIG_CHECK="USB VIDEO_DEV" +MODULE_NAMES="quickcam(usb:)" +BUILD_TARGETS="all" + +RDEPEND="!media-video/qc-usb-messenger" +DEPEND="${RDEPEND}" + +pkg_setup() { + ABI=${KERNEL_ABI} + linux-mod_pkg_setup + BUILD_PARAMS="LINUX_DIR=${KV_DIR} OUTPUT_DIR=${KV_OUT_DIR}" +} + +src_unpack() { + unpack ${A} + cd ${S} + convert_to_m ${S}/Makefile + epatch ${FILESDIR}/${P}-koutput.patch +} + +src_install() { + linux-mod_src_install + + dobin qcset + dodoc README* APPLICATIONS CREDITS TODO FAQ + + insinto /usr/share/doc/${PF} + doins quickcam.sh debug.sh freeshm.sh +} |