From: Michael Lauer Date: Wed, 31 Jan 2007 08:26:23 +0000 (+0000) Subject: add python-pylirc, python bindings to lirc X-Git-Tag: Release-2010-05/1~9314^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f53c4a0cfc709f29c5251ea374fc74fb1ef75ac2;p=openembedded.git add python-pylirc, python bindings to lirc --- diff --git a/packages/python/python-pylirc_0.0.5.bb b/packages/python/python-pylirc_0.0.5.bb new file mode 100644 index 0000000000..fc5e8af430 --- /dev/null +++ b/packages/python/python-pylirc_0.0.5.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Python lirc module. See http://www.lirc.org for more info on lirc" +SECTION = "devel/python" +PRIORITY = "optional" +DEPENDS = "lirc" +LICENSE = "LGPL" +PR = "r0" + +SRC_URI = "${SOURCEFORGE_MIRROR}/pylirc/pylirc-${PV}.tar.gz" +S = "${WORKDIR}/pylirc-${PV}" + +inherit distutils