From: Michael Smith Date: Mon, 15 Nov 2010 19:26:16 +0000 (-0500) Subject: python-pyopengl: add X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ded640ef1cea5b081cb63627fcc178c0fa882d4;p=openembedded.git python-pyopengl: add Signed-off-by: Bram Cymet Signed-off-by: Michael Smith --- 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"