[oe-commits] Julian_chu : python-xlib: Add recipe python-xlib

GIT User account git at amethyst.openembedded.net
Tue Nov 4 21:17:30 UTC 2008


Module: openembedded.git
Branch: holger/openmoko-merges
Commit: 9e167064390ce3bff7425be5c002ed3f1e7eb1d1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9e167064390ce3bff7425be5c002ed3f1e7eb1d1

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Tue Sep 30 12:33:15 2008 +0800

python-xlib: Add recipe python-xlib

Erin_Yueh provided this recipe.
It is a python binding for X library.

---

 packages/python/python-xlib_0.14.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-xlib_0.14.bb b/packages/python/python-xlib_0.14.bb
new file mode 100644
index 0000000..ef4a3b9
--- /dev/null
+++ b/packages/python/python-xlib_0.14.bb
@@ -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





More information about the Openembedded-commits mailing list