blob: 56ca9cd90589df6c6e6b87baefec94710abaf149 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 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.ebuild,v 1.1 2009/03/07 09:52:47 graaff Exp $
inherit gems
DESCRIPTION="OpenGL / GLUT bindings for ruby"
HOMEPAGE="http://ruby-opengl.rubyforge.org/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
USE_RUBY="ruby18 ruby19"
IUSE=""
DEPEND=">=dev-ruby/mkrf-0.2.3
>=dev-ruby/rake-0.7.3
virtual/opengl
virtual/glut"
|