diff options
author | Matt Reimer <mattjreimer@gmail.com> | 2007-02-06 18:48:59 +0000 |
---|---|---|
committer | Matt Reimer <mattjreimer@gmail.com> | 2007-02-06 18:48:59 +0000 |
commit | 0f3a0dab967a0f1a2d8ad2693a7c60436ddf230a (patch) | |
tree | d774d2f1f1473d5134fc8af521dce5b467c2138a /packages/python | |
parent | 7810da6174250f8c0ab11bb9e5e08328fde953cc (diff) | |
parent | 308ee74f17dde5589c0a6d0b400d813a5617c4cf (diff) |
merge of '74301428ab37e923090b24e6a2336ca84af564f2'
and 'b9a2e7516cc3620c51495eadf5a2d938086881a9'
Diffstat (limited to 'packages/python')
-rw-r--r-- | packages/python/python-pylirc_0.0.5.bb | 11 |
1 files changed, 11 insertions, 0 deletions
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 |