You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r1.ebuild

43 lines
959 B

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-opengl/ruby-opengl-0.60.1-r1.ebuild,v 1.8 2011/12/28 08:18:42 graaff Exp $
EAPI="2"
USE_RUBY="ruby18"
RUBY_FAKEGEM_TASK_DOC=""
# Two tests fails but the README already indicates that this may not work.
RUBY_FAKEGEM_TASK_TEST=""
inherit ruby-fakegem
DESCRIPTION="OpenGL / GLUT bindings for ruby"
HOMEPAGE="http://ruby-opengl.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="alpha amd64 ia64 ppc sparc x86"
IUSE=""
DEPEND="${DEPEND}
virtual/opengl
media-libs/freeglut"
RDEPEND="${RDEPEND}
virtual/opengl
media-libs/freeglut"
ruby_add_rdepend ">=dev-ruby/mkrf-0.2.3 >=dev-ruby/rake-0.7.3"
each_ruby_compile() {
${RUBY} -S rake || die "rake failed"
}
all_ruby_install() {
dodoc doc/*
insinto /usr/share/doc/${PF}/examples
doins -r examples/* || die "Failed installing example files."
}