blob: 7170c4943251855a87ab3ce7df8c42e8e7110161 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2010 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.7 2010/09/16 16:45:21 scarabeus 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"
IUSE=""
DEPEND=">=dev-ruby/mkrf-0.2.3
>=dev-ruby/rake-0.7.3
virtual/opengl
media-libs/freeglut"
|