diff options
author | Elena Grandi <elena.valhalla@gmail.com> | 2009-09-22 10:41:27 +0200 |
---|---|---|
committer | Elena Grandi <elena.valhalla@gmail.com> | 2009-09-22 10:41:27 +0200 |
commit | 867e52ca036a4d60773ffe0a4dfd718af5dfe090 (patch) | |
tree | 900ba08fe631fb20f4cd002626b54ae130349da6 /recipes/sugar/python-xklavier_0.2.bb | |
parent | 33cff1c254cf900342912f12eb90a196c4499790 (diff) |
python-xklavier: Python bindings for libxklavier
Developed by Sugar Labs and needed by Sugar > 0.85.
Diffstat (limited to 'recipes/sugar/python-xklavier_0.2.bb')
-rw-r--r-- | recipes/sugar/python-xklavier_0.2.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/sugar/python-xklavier_0.2.bb b/recipes/sugar/python-xklavier_0.2.bb new file mode 100644 index 0000000000..76dd7e73cc --- /dev/null +++ b/recipes/sugar/python-xklavier_0.2.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Python libxklavier Bindings" +HOMEPAGE = "http://lists.sugarlabs.org/archive/sugar-devel/2009-August/018480.html" +SECTION = "devel/python" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "libxklavier" +PR = "r0" + +SRC_URI = "http://download.sugarlabs.org/sources/external/python-xklavier/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig distutils-base + +EXTRA_OECONF += "--with-python-includes=${STAGING_INCDIR}/../" |