summaryrefslogtreecommitdiff
blob: 5bccaf0eda2222563b77be2f89eefed6cf1150d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Copyright 1999-2008 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"
SLOT="0"
KEYWORDS="~amd64"

USE_RUBY="ruby18 ruby19"

src_install() {

${RUBY} setup.rb install --prefix="${D}" "$@" \
${RUBY_ECONF} || die "setup.rb install failed"

cd "${S}"
dodoc ChangeLog README

}