Update drivers
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-devtools / python / python-daap_0.7.1.bb
1 SUMMARY = "A pure Python DAAP client implementation"
2 SECTION = "devel/python"
3 PRIORITY = "optional"
4 LICENSE = "LGPLv2.1"
5 LIC_FILES_CHKSUM = "file://LICENSE;md5=fbc093901857fcd118f065f900982c24"
6 PR = "r3"
7
8 inherit distutils
9
10 SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"
11 S = "${WORKDIR}/PythonDaap-${PV}"
12
13 RDEPENDS_${PN} = "python-compression"
14
15
16 SRC_URI[md5sum] = "b3db3d60b0ee83f5f23101d2c3bb99e0"
17 SRC_URI[sha256sum] = "ea1d3a8141654781a0df31e6607c4722436fa33eb2e9934492770b3b61be8122"