aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-11-15 14:26:46 -0500
committerMichael Smith <msmith@cbnco.com>2010-11-15 14:28:03 -0500
commite384e345cdf165e128d035a4315ecff028c334c2 (patch)
tree2d9de335bc73a1b8507ab1c78da998f33dd2fdfc /recipes/python
parent8ded640ef1cea5b081cb63627fcc178c0fa882d4 (diff)
downloadopenembedded-e384e345cdf165e128d035a4315ecff028c334c2.tar.gz
python-pyopengl-accelerate: add
Signed-off-by: Bram Cymet <bcymet@cbnco.com> Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-pyopengl-accelerate_3.0.1.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/python/python-pyopengl-accelerate_3.0.1.bb b/recipes/python/python-pyopengl-accelerate_3.0.1.bb
new file mode 100644
index 0000000000..ea4bbc2c77
--- /dev/null
+++ b/recipes/python/python-pyopengl-accelerate_3.0.1.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Acceleration code for PyOpenGL"
+SECTION = "devel/python"
+PRIORITY = "optional"
+DEPENDS = "python-pyopengl"
+LICENSE = "BSD"
+SRCNAME = "PyOpenGL-accelerate"
+
+SRC_URI = "\
+ http://pypi.python.org/packages/source/P/${SRCNAME}/${SRCNAME}-${PV}.tar.gz \
+"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+SRC_URI[md5sum] = "4014cd203dd5f52109a76edc4c14a480"
+SRC_URI[sha256sum] = "51bc771fd2fc9fc0acec5caf4dc3bd0739127eec4addc04baca545f8c3fe17cd"