# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gideo a gtk grabber from Dave Truman design with the spca5xx components." HOMEPAGE="http://mxhaard.free.fr/" SRC_URI="http://mxhaard.free.fr/spca50x/Download/Gideo-${PV}.tar.gz" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="gnome" S=${WORKDIR}/Gideo-${PV} DEPEND=">=x11-libs/gtk+-2 >=libgnomeui-2" RDEPEND="media-video/spca5xx" src_compile() { econf || die "Error: econf failed!" emake || die "Error: emake failed!" } src_install() { make DESTDIR=${D} install || die } pkg_postinst() { einfo }