blob: 806297ff3da2212f89d35b1e20f00127aa7f6080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "A pure Python DAAP client implementation"
SECTION = "devel/python"
PRIORITY = "optional"
LICENSE = "LGPL"
inherit distutils
SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"
S = "${WORKDIR}/PythonDaap-${PV}"
RDEPENDS = "python-compression"
SRC_URI[md5sum] = "b3db3d60b0ee83f5f23101d2c3bb99e0"
SRC_URI[sha256sum] = "ea1d3a8141654781a0df31e6607c4722436fa33eb2e9934492770b3b61be8122"
|