aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1/e-wm-illume-dict-pl_git.bb
blob: 8a98b1cc120e88d5497a9efa883953dfff62f050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Polish dictionary for Illume keyboard"
SECTION = "x11/data"
SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
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
}