# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit ruby DESCRIPTION="BZ2 is an extension to use libbzip2 from Ruby" HOMEPAGE="http://moulon.inra.fr/ruby/bz2.html" SRC_URI="ftp://moulon.inra.fr/pub/ruby/${PN##*-}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" USE_RUBY="ruby18" DEPEND="virtual/ruby app-arch/bzip2" RDEPEND="${DEPEND}" S=${WORKDIR}/${P#ruby-*} src_compile() { ruby extconf.rb emake all rdoc ri rd2 || die } src_install() { emake DESTDIR=${D} install || die dodoc README* }