diff options
author | Holger Hans Peter Freyther <zecke@openmoko.org> | 2008-07-01 13:23:05 +0200 |
---|---|---|
committer | Holger Freyther <ich@tamarin.(none)> | 2008-10-15 18:53:41 +0200 |
commit | 472f9f75b3ee434ac8c63fe946790b350a4c9cf1 (patch) | |
tree | 61134dec9398145ffb159c8bedb5585261ff385d /packages/python | |
parent | 9b6657686a2a69ef23b5ce6bcca7d4a06726cb4e (diff) |
[python] Add pyxdg to use fdo specs from python
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pyxdg_0.15.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/python/python-pyxdg_0.15.bb b/packages/python/python-pyxdg_0.15.bb new file mode 100644 index 0000000000..d660b8eb87 --- /dev/null +++ b/packages/python/python-pyxdg_0.15.bb @@ -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 |