summaryrefslogtreecommitdiffstats
path: root/recipes/python/python-pyxdg_0.15.bb
blob: 67b6c979fce6a002cac71808482379ed29c5db8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "PyXDG is a python library to access freedesktop.org standards"
SECTION = "devel/python"
LICENSE = "GPL"
PR = "r2"

SRC_URI = "http://www.freedesktop.org/~lanius/pyxdg-${PV}.tar.gz"
SRC_URI += "file://desktopentry-cmp.patch"

S = "${WORKDIR}/pyxdg-${PV}"

inherit distutils

SRC_URI[md5sum] = "86a5441285fc908145414b63348d11a3"
SRC_URI[sha256sum] = "c2adf20955cb62af5c94622d0dd47fb82ee63da33c03d5a1f82337ba83044bb7"