[oe-commits] Michael Smith : python-pyopengl: add

git version control git at git.openembedded.org
Mon Nov 15 19:34:40 UTC 2010


Module: openembedded.git
Branch: master
Commit: 8ded640ef1cea5b081cb63627fcc178c0fa882d4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ded640ef1cea5b081cb63627fcc178c0fa882d4

Author: Michael Smith <msmith at cbnco.com>
Date:   Mon Nov 15 14:26:16 2010 -0500

python-pyopengl: add

Signed-off-by: Bram Cymet <bcymet at cbnco.com>
Signed-off-by: Michael Smith <msmith at cbnco.com>

---

 recipes/python/python-pyopengl_3.0.1.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-pyopengl_3.0.1.bb b/recipes/python/python-pyopengl_3.0.1.bb
new file mode 100644
index 0000000..08cc3c8
--- /dev/null
+++ b/recipes/python/python-pyopengl_3.0.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Standard OpenGL bindings for Python"
+SECTION = "devel/python"
+PRIORITY = "optional"
+DEPENDS = "python-numeric"
+LICENSE = "BSD"
+SRCNAME = "PyOpenGL"
+
+SRC_URI = "\
+  http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+SRC_URI[md5sum] = "cdf03284f24279b8d9914bb680a37b5e"
+SRC_URI[sha256sum] = "79065ba0fec47e9e9514f3be543866f07d7b08071336d566fbf3ab138c442635"





More information about the Openembedded-commits mailing list