diff options
author | Evandro Alves Rodrigues <evandrofisico@gmail.com> | 2010-08-03 02:33:41 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2010-08-11 01:53:00 -0500 |
commit | e389e347dbf9aa4997ac87a1c2c95d41b7b525d0 (patch) | |
tree | b0b3544f8d1b7fcb51c1f1297513e7469e11e5af /libraries/PyOpenGL/slack-desc | |
parent | 0753bf962e4eeb3b33525a3dd62df9068cc846e1 (diff) | |
download | slackbuilds-e389e347dbf9aa4997ac87a1c2c95d41b7b525d0.tar.gz |
libraries/PyOpenGL: Added (Python binding to OpenGL)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'libraries/PyOpenGL/slack-desc')
-rw-r--r-- | libraries/PyOpenGL/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/PyOpenGL/slack-desc b/libraries/PyOpenGL/slack-desc new file mode 100644 index 0000000000..ddbcea1cc4 --- /dev/null +++ b/libraries/PyOpenGL/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +PyOpenGL: PyOpenGL (Python binding to OpenGL) +PyOpenGL: +PyOpenGL: PyOpenGL is the cross platform Python binding to OpenGL and related +PyOpenGL: APIs. The binding is created using the standard (in Python 2.5 and +PyOpenGL: above) ctypes library, and is provided under an extremely liberal +PyOpenGL: BSD-style Open-Source license. +PyOpenGL: +PyOpenGL: +PyOpenGL: +PyOpenGL: +PyOpenGL: |