diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-07-17 15:10:07 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-07-17 15:10:07 +0000 |
commit | a37059a03ecc1b9d421808386c87c11b9bb7f3a1 (patch) | |
tree | 03daf720a3e6d2758ada23d46853294234873473 /net-news | |
parent | Version bump. (diff) | |
download | historical-a37059a03ecc1b9d421808386c87c11b9bb7f3a1.tar.gz historical-a37059a03ecc1b9d421808386c87c11b9bb7f3a1.tar.bz2 historical-a37059a03ecc1b9d421808386c87c11b9bb7f3a1.zip |
Version bump.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'net-news')
-rw-r--r-- | net-news/snownews/files/digest-snownews-1.5.7 | 1 | ||||
-rw-r--r-- | net-news/snownews/snownews-1.5.7.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/net-news/snownews/files/digest-snownews-1.5.7 b/net-news/snownews/files/digest-snownews-1.5.7 new file mode 100644 index 000000000000..be10b999a774 --- /dev/null +++ b/net-news/snownews/files/digest-snownews-1.5.7 @@ -0,0 +1 @@ +MD5 75ffa004e755a233f49b1cdfcd9e3d85 snownews-1.5.7.tar.gz 161504 diff --git a/net-news/snownews/snownews-1.5.7.ebuild b/net-news/snownews/snownews-1.5.7.ebuild new file mode 100644 index 000000000000..0ca9536e8672 --- /dev/null +++ b/net-news/snownews/snownews-1.5.7.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.7.ebuild,v 1.1 2005/07/17 15:05:47 citizen428 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 "configure failed" + emake || die "make failed" +} + +src_install() { + make PREFIX=${D}/usr install || die "make install failed" + + dodoc AUTHOR CREDITS README README.colors README.de README.patching +} |