From 8ded640ef1cea5b081cb63627fcc178c0fa882d4 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 15 Nov 2010 14:26:16 -0500 Subject: [PATCH] python-pyopengl: add Signed-off-by: Bram Cymet Signed-off-by: Michael Smith --- recipes/python/python-pyopengl_3.0.1.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 recipes/python/python-pyopengl_3.0.1.bb 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 0000000000..08cc3c86f9 --- /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" -- 2.39.5