diff options
Diffstat (limited to 'net-news/rol/rol-0.3.1.ebuild')
-rw-r--r-- | net-news/rol/rol-0.3.1.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/net-news/rol/rol-0.3.1.ebuild b/net-news/rol/rol-0.3.1.ebuild new file mode 100644 index 000000000000..9a6e02ddb9c4 --- /dev/null +++ b/net-news/rol/rol-0.3.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-news/rol/rol-0.3.1.ebuild,v 1.1 2005/04/25 18:58:18 mrness Exp $ + +DESCRIPTION="A RSS/RDF Newsreader" +HOMEPAGE="http://unknown-days.com/rol/" +SRC_URI="http://unknown-days.com/rol/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~alpha ~hppa" +IUSE="" + +DEPEND="virtual/x11 + dev-libs/libxml + >=x11-libs/gtk+-2.0.9 + =dev-cpp/gtkmm-2.2.11 + >=gnome-base/gconf-2" + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dodoc ChangeLog README SITES + doman rol.1 + cd src + dobin rol || die "dobin failed" +} |