# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: DESCRIPTION="ATVGuide is a TV guide program that reads XMLTV files and presents them in a simple and elegant interface." HOMEPAGE="http://andrew.beanwood.com/projects/atvguide/" SRC_URI="http://andrew.beanwood.com/projects/${PN}/${P}.tar.gz" SLOT="0" KEYWORDS="~x86" DEPEND="=x11-libs/gtk+-1.2* \ >=dev-libs/libxml2-2.6 \ sys-devel/m4" LICENSE="GPL-2" IUSE="" src_compile() { econf --prefix=/usr/bin || die "econf failed" emake || die "emake failed" } src_install() { mkdir ${D}usr/bin -p cp -f ${S}/gtvguide.bin/gtvguide ${D}usr/bin || die "install failed" #dodoc COPYING }