From 1c5ed1ecc3191c34dd424cbaf113efca7809cc25 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Mon, 2 Mar 2009 17:21:33 +0100 Subject: python-coherence: updated to 0.6.2 --- packages/python/python-coherence_0.6.2.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/python/python-coherence_0.6.2.bb (limited to 'packages/python/python-coherence_0.6.2.bb') 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" + + -- cgit v1.2.3