From 867e52ca036a4d60773ffe0a4dfd718af5dfe090 Mon Sep 17 00:00:00 2001 From: Elena Grandi Date: Tue, 22 Sep 2009 10:41:27 +0200 Subject: python-xklavier: Python bindings for libxklavier Developed by Sugar Labs and needed by Sugar > 0.85. --- recipes/sugar/python-xklavier_0.2.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/sugar/python-xklavier_0.2.bb (limited to 'recipes') 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}/../" -- cgit 1.2.3-korg