aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-coherence_0.6.0.bb
blob: bf164e36de0f207163e2e47200cb9771b5fb43b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends"
SECTION = "python/devel"
LICENSE = "MIT"
HOMEPAGE = "http://coherence.beebits.net/wiki"
PR = "r4"

inherit setuptools

SRC_URI = "http://coherence.beebits.net/download/Coherence-${PV}.tar.gz"
S = "${WORKDIR}/Coherence-${PV}"

FILES_${PN} += "${datadir}"
RDEPENDS_${PN} += "python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules"