From: Holger Hans Peter Freyther Date: Tue, 1 Jul 2008 11:23:05 +0000 (+0200) Subject: [python] Add pyxdg to use fdo specs from python X-Git-Tag: Release-2010-05/1~5805^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472f9f75b3ee434ac8c63fe946790b350a4c9cf1;p=openembedded.git [python] Add pyxdg to use fdo specs from python --- 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