# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="An ncurses client for viewing the official Formula 1 live timing stream" 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="~amd64 ~x86" IUSE="" DEPEND="sys-libs/ncurses net-misc/neon" RDEPEND=${DEPEND} src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog HACKING NEWS PROTOCOL README TODO }