aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-daap_0.7.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-daap_0.7.1.bb')
-rw-r--r--recipes/python/python-daap_0.7.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/python/python-daap_0.7.1.bb b/recipes/python/python-daap_0.7.1.bb
new file mode 100644
index 0000000000..e3ddde1116
--- /dev/null
+++ b/recipes/python/python-daap_0.7.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A pure Python DAAP client implementation"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+inherit distutils
+
+SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"
+S = "${WORKDIR}/PythonDaap-${PV}"
+
+RDEPENDS = "python-compression"
+