summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-10-15 19:11:34 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-10-15 19:11:34 +0200
commit876091d0f3610d6b08335c1735ef043d58f9fb10 (patch)
tree3efbd909bfd850e783dd5656f84cc2b60d68c0a7 /packages/python
parent18e31101a89675f01295be8a4a97350b42522a50 (diff)
parentc6ffab30ef872a9fbc17480c4ee3b671031661a1 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pyxdg_0.15.bb8
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