# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="GUI for tovid" HOMEPAGE="http://tovid.sourceforge.net/" SRC_URI="mirror://sourceforge/tovid/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND="media-video/tovid x11-libs/wxGTK dev-python/wxpython dev-lang/python" src_compile() { econf || die emake } src_install() { make DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README }