[oe-commits] org.oe.dev python-pythondaap: added 0.4 from #1565

hrw commit openembedded-commits at lists.openembedded.org
Sun Dec 3 22:12:42 UTC 2006


python-pythondaap: added 0.4 from #1565

Author: hrw at openembedded.org
Branch: org.openembedded.dev
Revision: 78b224de79eaee3950509fa644f79d9de7ab445a
ViewMTN: http://monotone.openembedded.org/revision.psp?id=78b224de79eaee3950509fa644f79d9de7ab445a
Files:
1
packages/python/python-pythondaap_0.4.bb
Diffs:

#
# mt diff -r9e9acfe18b25fd50f3026ffd88177329c4dee973 -r78b224de79eaee3950509fa644f79d9de7ab445a
#
# 
# 
# add_file "packages/python/python-pythondaap_0.4.bb"
#  content [f0516b7d3bc8f593b6e44ea60d08f49149846f87]
# 
============================================================
--- packages/python/python-pythondaap_0.4.bb	f0516b7d3bc8f593b6e44ea60d08f49149846f87
+++ packages/python/python-pythondaap_0.4.bb	f0516b7d3bc8f593b6e44ea60d08f49149846f87
@@ -0,0 +1,11 @@
+DESCRIPTION = "A pure Python DAAP client implementation"
+SECTION = "devel/python"
+PRIORITY = "optional"
+RDEPENDS = "python-compression"
+LICENSE = "LGPL"
+
+inherit distutils
+
+SRC_URI = "http://jerakeen.org/files/PythonDaap-${PV}.tar.gz"
+
+S = "${WORKDIR}/PythonDaap-${PV}"






More information about the Openembedded-commits mailing list