]> Pileus Git - ~andy/sunrise/blob - net-news/nrss/nrss-0.3.9.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / net-news / nrss / nrss-0.3.9.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Ncurses RSS client"
6 HOMEPAGE="http://www.codezen.org/nrss/"
7 SRC_URI="http://ncurses-rss.googlecode.com/files/${P}.tar.gz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
12 IUSE=""
13
14 DEPEND="dev-libs/expat
15         sys-libs/ncurses"
16 RDEPEND="${DEPEND}
17         net-misc/wget"
18
19 src_install() {
20         emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
21 }