# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-opengl/eselect-opengl-1.0.3.ebuild,v 1.12 2006/10/08 13:11:41 kugelfang Exp $ inherit multilib DESCRIPTION="Utility to change the OpenGL interface being used" HOMEPAGE="http://www.gentoo.org/" # Source: # http://oss.sgi.com/projects/ogl-sample/ABI/glext.h # http://oss.sgi.com/projects/ogl-sample/ABI/glxext.h GLEXT="29" GLXEXT="11" SRC_URI="mirror://gentoo/glext.h-${GLEXT}.bz2 mirror://gentoo/glxext.h-${GLXEXT}.bz2 mirror://gentoo/opengl.eselect-${PV}.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" RESTRICT="multilib-pkg-force" DEPEND="app-arch/bzip2" RDEPEND=">=app-admin/eselect-1.0_rc1