diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-04 21:02:00 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-05-04 21:02:00 +0000 |
commit | 665f259547b470f1550cc9a4384e84dde3f99b38 (patch) | |
tree | 8899515f0dbe8054ba5fcb7ad208166a4b50d18e /net-news/snownews/snownews-1.5.6.1.ebuild | |
parent | Change utf8 use-flag to unicode, thanks to SpanKY <vapier@gentoo.org> in bug ... (diff) | |
download | historical-665f259547b470f1550cc9a4384e84dde3f99b38.tar.gz historical-665f259547b470f1550cc9a4384e84dde3f99b38.tar.bz2 historical-665f259547b470f1550cc9a4384e84dde3f99b38.zip |
stable on amd64
Package-Manager: portage-2.0.51.21
Diffstat (limited to 'net-news/snownews/snownews-1.5.6.1.ebuild')
-rw-r--r-- | net-news/snownews/snownews-1.5.6.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net-news/snownews/snownews-1.5.6.1.ebuild b/net-news/snownews/snownews-1.5.6.1.ebuild index 8a6aad09570c..2a68b747a377 100644 --- a/net-news/snownews/snownews-1.5.6.1.ebuild +++ b/net-news/snownews/snownews-1.5.6.1.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-news/snownews/snownews-1.5.6.1.ebuild,v 1.2 2005/05/04 21:02:00 luckyduck Exp $ DESCRIPTION="Snownews, a text-mode RSS/RDF newsreader" HOMEPAGE="http://snownews.kcore.de/" @@ -8,7 +8,7 @@ SRC_URI="http://home.kcore.de/~kiza/software/snownews/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc ~sparc ~amd64" +KEYWORDS="x86 ppc ~sparc amd64" IUSE="" DEPEND=">=dev-libs/libxml2-2.5.6 @@ -19,12 +19,12 @@ RDEPEND="dev-perl/XML-LibXML dev-perl/libwww-perl" src_compile() { - ./configure --prefix=/usr || die - emake || die + ./configure --prefix=/usr || die "configure failed" + emake || die "make failed" } src_install() { - make PREFIX=${D}/usr install || die + make PREFIX=${D}/usr install || die "make install failed" dodoc AUTHOR CREDITS README README.colors README.de README.patching } |