Initial .bep file for pyopengl. This builds just fine but isn't yet working. I suspect thats due to the missing freeglut dependency.

This commit is contained in:
Scott McCreary
2010-09-17 19:16:07 +00:00
parent b2c65c120b
commit cfdaa0183b

View File

@@ -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."