From c083654f682cbb3c3d3f26eb77808c4125d42862 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Fri, 18 Mar 2005 14:33:27 +0000 Subject: Moved from net-www/snownews to net-news/snownews. --- net-news/snownews/snownews-1.5.6.1.ebuild | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 net-news/snownews/snownews-1.5.6.1.ebuild (limited to 'net-news/snownews/snownews-1.5.6.1.ebuild') diff --git a/net-news/snownews/snownews-1.5.6.1.ebuild b/net-news/snownews/snownews-1.5.6.1.ebuild new file mode 100644 index 000000000000..8a6aad09570c --- /dev/null +++ b/net-news/snownews/snownews-1.5.6.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/snownews-1.5.6.1.ebuild,v 1.1 2005/03/18 14:33:26 seemant Exp $ + +DESCRIPTION="Snownews, a text-mode RSS/RDF newsreader" +HOMEPAGE="http://snownews.kcore.de/" +SRC_URI="http://home.kcore.de/~kiza/software/snownews/download/${P}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="x86 ppc ~sparc ~amd64" +IUSE="" + +DEPEND=">=dev-libs/libxml2-2.5.6 + >=sys-libs/ncurses-5.3" + +RDEPEND="dev-perl/XML-LibXML + dev-perl/XML-LibXSLT + dev-perl/libwww-perl" + +src_compile() { + ./configure --prefix=/usr || die + emake || die +} + +src_install() { + make PREFIX=${D}/usr install || die + + dodoc AUTHOR CREDITS README README.colors README.de README.patching +} -- cgit v1.2.3-65-gdbad