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

inherit setuptools

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

FILES_${PN} += "${datadir}"