# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Live-F1 is a client for viewing the information feed of the official Formula-1 web site" HOMEPAGE="http://freshmeat.net/projects/live-f1/" SRC_URI="ftp://ftp.netsplit.com/pub/${PN}/0.2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.5-r2 >=net-misc/neon-0.26.1" RDEPEND=${DEPEND} src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog HACKING NEWS PROTOCOL README TODO }