md5=959d5524fe9c37efb55ccfa02e3a063b
sha256=f70599274dbb575fbbc83bb58179b757800e5d87e59e35f5d95e618c7ec31444
+[http://ftp.gnome.org/pub/GNOME/sources/libgnomekbd/2.24/libgnomekbd-2.24.0.tar.bz2]
+md5=43e4d090bc67a1984bebf551637783fd
+sha256=60f093b4fcbdfa12212d6e29dc2f7802a3234d8035f45efed4b426c0bb293c5a
+
[http://ftp.gnome.org/pub/GNOME/sources/libgnomeprint/2.18/libgnomeprint-2.18.5.tar.bz2]
md5=c325baf4487335259e050619185787b1
sha256=0ead99d6e227192d09902bdb37ec6aac25555a453ff4c338b49700fc477070c5
--- /dev/null
+DESCRIPTION = "GNOME keyboard library"
+LICENSE = "LGPL"
+
+DEPENDS = "gconf libgnome libxklavier"
+
+inherit gnome
+
+do_configure_append() {
+ find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
+ find ${S} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g
+}
+
+do_stage() {
+ autotools_stage_all
+}
+
+
+
+