# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/dev-ruby/amstd/amstd-2.0.0.ebuild,v 1.5 2003/05/23 11:19:23 twp Exp $ inherit eutils DESCRIPTION="OpenGL / GLUT bindings for ruby" HOMEPAGE="http://www2.giganet.net/~yoshi/" SRC_URI="http://www2.giganet.net/~yoshi/rbogl-${PV}.tgz" LICENSE="Ruby's" SLOT="0" KEYWORDS="alpha arm hppa mips sparc x86" IUSE="" DEPEND=">=dev-lang/ruby-1.6" S=${WORKDIR}/opengl src_compile() { epatch ${FILESDIR}/extconf-patch ruby extconf.rb || die make } src_install () { make install }