# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="A GTK+ front-end for the SopCast P2P TV player" HOMEPAGE="http://code.google.com/p/sopcast-player/" SRC_URI="http://sopcast-player.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/pygtk dev-python/pygobject media-tv/sopcast-bin =media-video/vlc-1.0* sys-devel/gettext" DEPEND="${REPEND} dev-lang/python" src_compile() { emake || die "emake failed" } src_install() { emake DESTDIR=${D} install \ || die "emake install failed" dosym /usr/bin/sopcast-bin /usr/bin/sp-sc }