diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-02 17:21:33 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-03-02 17:21:33 +0100 |
commit | 1c5ed1ecc3191c34dd424cbaf113efca7809cc25 (patch) | |
tree | 8a4dd6daadbfbf02c1a576021c47635c7e13a17e /packages | |
parent | 6eb7769166ccc0379043e937a3789f411c6c69fa (diff) |
python-coherence: updated to 0.6.2
Diffstat (limited to 'packages')
-rw-r--r-- | packages/python/python-coherence_0.6.2.bb | 17 |
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" + + |