diff --git a/dev-python/pyopengl/pyopengl-3.0.1.bep b/dev-python/pyopengl/pyopengl-3.0.1.bep new file mode 100644 index 000000000..4365428fc --- /dev/null +++ b/dev-python/pyopengl/pyopengl-3.0.1.bep @@ -0,0 +1,22 @@ +DESCRIPTION="pyopengl - python opengl bindings" +HOMEPAGE="http://pyopengl.sourceforge.net" +SRC_URI="http://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-3.0.1.tar.gz" +CHECKSUM_MD5="cdf03284f24279b8d9914bb680a37b5e" +REVISION="1" +STATUS_HAIKU="unstable" +DEPEND="dev-lang/python >= 2.6.4 + media-libs/freeglut" + +BUILD { + cd PyOpenGL-3.0.1 + python setup.py build +} + +INSTALL { + cd PyOpenGL-3.0.1 + python setup.py install --root=${DESTDIR} +} +LICENSE="BSD (3-clause)" +COPYRIGHT="1997-1998, 2000-2009, by the contributors + All rights reserved." +