python-xlib: Add recipe python-xlib
authorJulian_chu <julian_chu@openmoko.com>
Tue, 30 Sep 2008 04:33:15 +0000 (12:33 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Oct 2008 16:35:39 +0000 (17:35 +0100)
Erin_Yueh provided this recipe.
It is a python binding for X library.

packages/python/python-xlib_0.14.bb [new file with mode: 0644]

diff --git a/packages/python/python-xlib_0.14.bb b/packages/python/python-xlib_0.14.bb
new file mode 100644 (file)
index 0000000..ef4a3b9
--- /dev/null
@@ -0,0 +1,13 @@
+DESCRIPTION = "Python Bindings for X Library"
+HOMEPAGE = "http://sourceforge.net/projects/python-xlib/"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = ""
+PR = "r0"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
+
+SRCNAME = "python-xlib"
+
+inherit distutils