mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-10 22:00:09 +02:00
24 lines
549 B
Bash
24 lines
549 B
Bash
DESCRIPTION="pyopengl - python opengl bindings"
|
|
HOMEPAGE="http://pyopengl.sourceforge.net"
|
|
SOURCE_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."
|