# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Live F1 is a native Linux 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.gz" LICENSE="GPL-1" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" DEPEND=">=sys-libs/ncurses-5.5 >=net-misc/neon-0.24" RDEPEND=${DEPEND} src_install() { make DESTDIR="${D}" install || die "install failed" dodoc ABOUT-NLS AUTHORS ChangeLog HACKING NEWS PROTOCOL README TODO }