aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-27 00:14:16 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-01-27 00:14:16 +0100
commite218cb89e6e971ac582114fd2b6137a0bfc2cfed (patch)
tree8149fa3ec85eb4c22766452e8f643a0475d07673 /packages/python
parentd7d69663122ff39aa95c18780263a88eb4c5f1f7 (diff)
downloadopenembedded-e218cb89e6e971ac582114fd2b6137a0bfc2cfed.tar.gz
python-coherence: new recipe; python multimedia framework
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-coherence_0.6.0.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-coherence_0.6.0.bb b/packages/python/python-coherence_0.6.0.bb
new file mode 100644
index 0000000000..f22d1039c2
--- /dev/null
+++ b/packages/python/python-coherence_0.6.0.bb
@@ -0,0 +1,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}"
+