[python] Add pyxdg to use fdo specs from python
authorHolger Hans Peter Freyther <zecke@openmoko.org>
Tue, 1 Jul 2008 11:23:05 +0000 (13:23 +0200)
committerHolger Freyther <ich@tamarin.(none)>
Wed, 15 Oct 2008 16:53:41 +0000 (18:53 +0200)
packages/python/python-pyxdg_0.15.bb [new file with mode: 0644]

diff --git a/packages/python/python-pyxdg_0.15.bb b/packages/python/python-pyxdg_0.15.bb
new file mode 100644 (file)
index 0000000..d660b8e
--- /dev/null
@@ -0,0 +1,8 @@
+DESCRIPTION = "PyXDG is a python library to access freedesktop.org standards"
+SECTION = "devel/python"
+LICENSE = "GPL"
+
+SRC_URI = "http://www.freedesktop.org/~lanius/pyxdg-${PV}.tar.gz"
+S = "${WORKDIR}/pyxdg-${PV}"
+
+inherit distutils