diff options
| author | Sergey Lapin <slapin@ossfans.org> | 2010-01-22 00:50:27 +0300 |
|---|---|---|
| committer | Sergey Lapin <slapin@ossfans.org> | 2010-01-22 00:50:27 +0300 |
| commit | 029e21c8111deafa850ad1724e48da29c321f2f8 (patch) | |
| tree | 00c9ad7db155d3f3fe471517d5d882b517f9ccfd /recipes/python/python-coherence_0.6.6.2.bb | |
| parent | 8e099432e6b3687bc97f756aa7176b02cb1c7693 (diff) | |
| parent | b6f9a84fd99c89ac074aaed90cdd3d064c534492 (diff) | |
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-coherence_0.6.6.2.bb')
| -rw-r--r-- | recipes/python/python-coherence_0.6.6.2.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/python/python-coherence_0.6.6.2.bb b/recipes/python/python-coherence_0.6.6.2.bb new file mode 100644 index 0000000000..fd41b409d2 --- /dev/null +++ b/recipes/python/python-coherence_0.6.6.2.bb @@ -0,0 +1,20 @@ +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-twisted-pair python-divmodepsilon python-nevow python-gst python-dbus \ + python-configobj python-twisted python-twisted-core python-twisted-protocols python-misc \ + python-zopeinterface python-modules python-pygobject python-gdata \ + python-divmodaxiom" + + |
