diff options
-rw-r--r-- | conf/checksums.ini | 4 | ||||
-rw-r--r-- | recipes/sugar/python-xklavier_0.2.bb | 13 |
2 files changed, 17 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 9b76d1df66..d35513c38e 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -21286,6 +21286,10 @@ sha256=bce93266c593d79d7083052a6cae516de3d6c3e5bda277f664785d30157b8ac7 md5=0df3d1c5109bb88d06575d70513a190c sha256=8ff2ec30050803e8b60cfb05d24fa32b3d175bffb81ef5919c3db4ac0f263df8 +[http://download.sugarlabs.org/sources/external/python-xklavier/python-xklavier-0.2.tar.gz] +md5=5b3cd1832f4d37dfa48490759f3bd3be +sha256=b71096448ca9d7933fbc4aff13cef95a5878f49e4c25f20f815dd1f8f635b6d6 + [http://downloads.sourceforge.net/python-xlib/python-xlib-0.14.tar.gz] md5=a038c2f410d8445f3fa8f6dcd45659c5 sha256=4771b0b6a605e0197ece5432fa601c61df724b32544239f463a867200f2160eb 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}/../" |