]> Pileus Git - ~andy/sunrise/blob - net-news/nrss/nrss-0.3.0.ebuild
f15bd5585601b1282ada378dd10fb12660060422
[~andy/sunrise] / net-news / nrss / nrss-0.3.0.ebuild
1 # Copyright 1999-2007 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="~x86 ~ppc ~ppc64 ~amd64"
12 IUSE=""
13
14 DEPEND="dev-libs/expat
15         sys-libs/ncurses"
16
17 RDEPEND="net-misc/wget"
18
19 src_install() {
20         emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
21 }