]> Pileus Git - ~andy/sunrise/blobdiff - net-news/nrss/nrss-0.3.0.ebuild
net-news/nrss: Version Bump
[~andy/sunrise] / net-news / nrss / nrss-0.3.0.ebuild
diff --git a/net-news/nrss/nrss-0.3.0.ebuild b/net-news/nrss/nrss-0.3.0.ebuild
new file mode 100644 (file)
index 0000000..f15bd55
--- /dev/null
@@ -0,0 +1,21 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+DESCRIPTION="Ncurses RSS client"
+HOMEPAGE="http://www.codezen.org/nrss/"
+SRC_URI="http://ncurses-rss.googlecode.com/files/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~ppc64 ~amd64"
+IUSE=""
+
+DEPEND="dev-libs/expat
+       sys-libs/ncurses"
+
+RDEPEND="net-misc/wget"
+
+src_install() {
+       emake DESTDIR="${D}" PREFIX="/usr" install || die "emake install failed"
+}