mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
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:
22
dev-python/pyopengl/pyopengl-3.0.1.bep
Normal file
22
dev-python/pyopengl/pyopengl-3.0.1.bep
Normal 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."
|
||||
|
||||
Reference in New Issue
Block a user