blob: 018af5029cb1bc1b51c3c4cfd2f3131c979ec57f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
SRC_URI[md5sum] = "86a5441285fc908145414b63348d11a3"
SRC_URI[sha256sum] = "c2adf20955cb62af5c94622d0dd47fb82ee63da33c03d5a1f82337ba83044bb7"
|