diff options
author | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 00:13:31 +0000 |
---|---|---|
committer | Michael 'Mickey' Lauer <mickey@vanille-media.de> | 2009-01-14 00:13:31 +0000 |
commit | e006baab165c2b7a5fc7773f2f3835b1583a49ad (patch) | |
tree | d4cb61271b6a44f18d8df8a9b033c14a89e494fd /packages/python/python-daap_0.7.1.bb | |
parent | 71617cc25e5dead303acfa7536fcd614c3ab9bca (diff) |
python-daap: 0.4 -> 0.7.1
Diffstat (limited to 'packages/python/python-daap_0.7.1.bb')
-rw-r--r-- | packages/python/python-daap_0.7.1.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/python/python-daap_0.7.1.bb b/packages/python/python-daap_0.7.1.bb new file mode 100644 index 0000000000..e3ddde1116 --- /dev/null +++ b/packages/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" + |