# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Lasse Mikkelsen # /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 sandymac Exp S=${WORKDIR}/${P} DESCRIPTION="A V4L-compatible frame grabber - works with many webcams." SRC_URI="http://cse.unl.edu/~cluening/gqcam/download/${P}.tar.gz" HOMEPAGE="http://cse.unl.edu/~cluening/gqcam/" LICENSE="GPL-2" DEPEND=">=x11-libs/gtk+-1.2.10-r7 >=media-libs/jpeg-6b-r2 >=media-libs/libpng-1.2.1-r1" src_compile() { emake || die #make || die } src_install () { mkdir -p ${D}/usr/bin || die cp gqcam ${D}/usr/bin || die dodoc CHANGES COPYING INSTALL README README.threads }