summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyxdg_0.15.bb
blob: 31c6f21ab43abaf19789d88d5e65f04dd2ac184b (plain)
1
2
3
4
5
6
7
8
9
DESCRIPTION = "PyXDG is a python library to access freedesktop.org standards"
SECTION = "devel/python"
LICENSE = "GPL"
PR = "r1"

SRC_URI = "http://www.freedesktop.org/~lanius/pyxdg-${PV}.tar.gz"
S = "${WORKDIR}/pyxdg-${PV}"

inherit distutils