# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby DESCRIPTION="Ruby library for parsing RSS and Atom feeds" HOMEPAGE="http://home.gna.org/ruby-feedparser/" SRC_URI="http://download.gna.org/${PN}/${P}.tgz" LICENSE="GPL-2" KEYWORDS="~amd64 ~x86" src_install() { ${RUBY} setup.rb install --prefix=${D} "$@" \ ${RUBY_ECONF} || die "setup.rb install failed" cd "${S}" dodoc ChangeLog README }