aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xkbd/xkbd-layout-ru_0.1.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xkbd/xkbd-layout-ru_0.1.1.bb')
-rw-r--r--recipes/xkbd/xkbd-layout-ru_0.1.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/xkbd/xkbd-layout-ru_0.1.1.bb b/recipes/xkbd/xkbd-layout-ru_0.1.1.bb
new file mode 100644
index 0000000000..53fbb3c7aa
--- /dev/null
+++ b/recipes/xkbd/xkbd-layout-ru_0.1.1.bb
@@ -0,0 +1,21 @@
+DESCRIPTION = "xkbd i18n layouts"
+SECTION = "x11"
+PRIORITY = "optional"
+LICENSE = "GPL"
+PACKAGE_ARCH = "all"
+PR = "r1"
+RDEPENDS = "xkbd"
+
+#SRC_URI = "http://whitenoise.ssrlab.com/pda/xkbd/xkbd-ru-en-123_0.1.1.tar.gz"
+SRC_URI = "file://en-ru-123.xkbd"
+
+S = "${WORKDIR}"
+
+do_install () {
+ install -d ${D}${prefix}/share/xkbd
+ for i in *.xkbd; do
+ install -m 644 $i ${D}${prefix}/share/xkbd/${i}
+ done
+}
+
+FILES_${PN} = "${prefix}/share/xkbd/*.xkbd"