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

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


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

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

python-pyopengl-accelerate: add

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

---

 recipes/python/python-pyopengl-accelerate_3.0.1.bb |   16 ++++++++++++++++
 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 0000000..ea4bbc2
--- /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"





More information about the Openembedded-commits mailing list