aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-02 17:21:33 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-03-02 17:21:33 +0100
commit1c5ed1ecc3191c34dd424cbaf113efca7809cc25 (patch)
tree8a4dd6daadbfbf02c1a576021c47635c7e13a17e /packages/python
parent6eb7769166ccc0379043e937a3789f411c6c69fa (diff)
downloadopenembedded-1c5ed1ecc3191c34dd424cbaf113efca7809cc25.tar.gz
python-coherence: updated to 0.6.2
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-coherence_0.6.2.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/python/python-coherence_0.6.2.bb b/packages/python/python-coherence_0.6.2.bb
new file mode 100644
index 0000000000..7d25f0868e
--- /dev/null
+++ b/packages/python/python-coherence_0.6.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Coherence is a DLNA/UPnP mediaserver + backends"
+SECTION = "devel/python"
+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}"
+
+DEPENDS = "libxml2 libxml2-native"
+RDEPENDS_${PN} += "python-gst python-dbus python-configobj python-twisted python-twisted-core python-misc python-zopeinterface zope python-modules"
+
+