# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gtk Perl RSS news reader" HOMEPAGE="http://syndigator.sourceforge.net/" SRC_URI="mirror://sourceforge/syndigator/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~sparc" IUSE="" RDEPEND="dev-perl/gnome2-perl dev-perl/gtk2-html2 dev-perl/DateManip dev-perl/XML-Simple dev-perl/XML-RSS dev-perl/Text-Iconv dev-perl/libwww-perl" src_compile() { emake || die } src_install() { make PREFIX=${D}/usr install || die dodoc CHANGELOG }