diff options
-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 |