Okay this is my first ebuild so go easy on me. :) -- Steve # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Yet Another RSS Reader - A KDE/Gnome system tray rss aggregator" HOMEPAGE="http://${PN}.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" RESTRICT="nomirror" SLOT="0" KEYWORDS="x86 ~amd64 ~ppc" IUSE="" RDEPEND="dev-perl/XML-RSS dev-perl/gtk2-trayicon dev-perl/gtk2-gladexml dev-perl/gnome2-vfs-perl >=dev-perl/gnome2-perl-0.94" DEPEND="" DOCS="ChangeLog Makefile TODO INSTALL README" src_unpack src_install() { make DESTDIR=${D} make DESTDIR=${D} install dodoc ${DOCS} }
Whoops, I meant to have that be ~x86, not x86
Created attachment 82934 [details] yarssr-0.2.2.ebuild Added dependency for Locale-gettext
The Makefile on this thing needs to be fixed.
Committed to CVS ... finally. :)