blob: e3ddde111654217e986c49bd698307a8db2abd89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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"
|