# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_PV=${PV/_/} DESCRIPTION="Ruby Extension Library for displaying images on X11" HOMEPAGE="http://www.ir.isas.ac.jp/~masa/ruby/index-e.html" SRC_URI="http://rubyforge.org/frs/download.php/29963/narray-${MY_PV}.tar.gz" LICENSE="Ruby" SLOT="0" KEYWORDS="~amd64 ~ppc64 ~sparc ~x86" IUSE="" DEPEND="virtual/ruby >=dev-ruby/narray-0.3.1 x11-libs/libX11" S="${WORKDIR}/narray-${MY_PV}/${PN}" src_compile() { ruby extconf.rb || die emake || die } src_install() { make DESTDIR="${D}" install || die dodoc ../ChangeLog README.en }