Files
haikuports/dev-python/pyopengl/pyopengl-3.0.1.recipe
Oliver Tappe 60aba35d64 * convert all .bep files to follow shell syntax
* rename all .bep files to .recipe
2013-03-29 16:31:03 +00:00

25 lines
549 B
Plaintext

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