e-wm-illume-dict-pl: Polish dict for the illume keyboard (from SHR)
authorStefan Schmidt <stefan@datenfreihafen.org>
Thu, 17 Sep 2009 18:51:20 +0000 (18:51 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Thu, 17 Sep 2009 18:51:20 +0000 (18:51 +0000)
recipes/efl1/e-wm-illume-dict-pl_git.bb [new file with mode: 0644]

diff --git a/recipes/efl1/e-wm-illume-dict-pl_git.bb b/recipes/efl1/e-wm-illume-dict-pl_git.bb
new file mode 100644 (file)
index 0000000..a5cf193
--- /dev/null
@@ -0,0 +1,15 @@
+DESCRIPTION = "Polish dictionary for Illume keyboard"
+SECTION = "x11/data"
+PV = "1.0-gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+FILES_${PN} = "${libdir}/enlightenment/modules/illume/dicts/Polish.dic"
+
+do_install() {
+    install -d ${D}${libdir}/enlightenment/modules/illume/dicts
+    install -m 0644 ${S}/Polish.dic        ${D}${libdir}/enlightenment/modules/illume/dicts/Polish.dic
+}