diff options
Diffstat (limited to 'media-video/qc-usb/qc-usb-0.5.1.ebuild')
-rw-r--r-- | media-video/qc-usb/qc-usb-0.5.1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/media-video/qc-usb/qc-usb-0.5.1.ebuild b/media-video/qc-usb/qc-usb-0.5.1.ebuild deleted file mode 100644 index bb6b6cd996e7..000000000000 --- a/media-video/qc-usb/qc-usb-0.5.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 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.5.1.ebuild,v 1.5 2004/06/25 00:48:38 agriffis Exp $ - -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" - -DEPEND="virtual/linux-sources" - -pkg_setup() { - [ -z "$KV" ] && die "Couldn't detect kernel version. Does /usr/src/linux exist?" - return 0 -} - -src_compile() { - emake all || die -} - -src_install() { - # install the driver in the right palce - insinto "/lib/modules/${KV}/misc" - doins quickcam.o - dosbin qcset - # install the READMEs and License - dodoc README License -} - -pkg_postinst() { - if [ "${ROOT}" = "/" ]; then - /sbin/update-modules - fi -} |