# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Me TV is a digital television (DVB) viewer for GNOME." HOMEPAGE="https://launchpad.net/me-tv" MV_P="0.3.3-2" SRC_URI="https://launchpad.net/me-tv/trunk/0.3/+download/me-tv_${MV_P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND=">=x11-libs/gtk+-2.2.0 media-libs/xine-lib >=gnome-base/libgnomeui-2.0 dev-libs/libxml2" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { emake DESTDIR="${D}" install || die "install failed" }