From: Marcin Juszkiewicz Date: Sun, 3 Dec 2006 22:04:33 +0000 (+0000) Subject: python-pyzeroconf: added 0.12 from #1565 X-Git-Tag: Release-2010-05/1~9453^2~204^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7683af212bd8ef90f44955488dc51d06626f3e13;p=openembedded.git python-pyzeroconf: added 0.12 from #1565 --- diff --git a/packages/python/python-pyzeroconf_0.12.bb b/packages/python/python-pyzeroconf_0.12.bb new file mode 100644 index 0000000000..f4f7b5797f --- /dev/null +++ b/packages/python/python-pyzeroconf_0.12.bb @@ -0,0 +1,20 @@ +DESCRIPTION = "A pure Python implementation of Zeroconf" +SECTION = "devel/python" +PRIORITY = "optional" +RDEPENDS = "python-core" +LICENSE = "LGPL" +PR = "r1" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pyzeroconf/pyzeroconf-${PV}.tgz" +S = "${WORKDIR}/pyzeroconf-${PV}" + +inherit distutils-base + +do_install() { + + install -d ${D}${libdir} + install -d ${D}${libdir}/${PYTHON_DIR} + install -d ${D}${libdir}/${PYTHON_DIR}/site-packages + + install -m 0644 Zeroconf.py ${D}${libdir}/${PYTHON_DIR}/site-packages/ +} \ No newline at end of file