diff options
author | Koen Kooi <koen@openembedded.org> | 2009-09-17 21:53:11 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-17 21:53:11 +0200 |
commit | 2d899b917c23141945ad34f52b3fd80f93f105fb (patch) | |
tree | ecc965c7414892cecb75006a86c5c447f7e59c32 /recipes/efl1/e-wm-illume-dict-pl_git.bb | |
parent | 62b5c01bde0a1e5769ab4dba184be51d2907933a (diff) | |
parent | d56ffbe90a9e19915f7bbe1de559438946daa916 (diff) |
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/efl1/e-wm-illume-dict-pl_git.bb')
-rw-r--r-- | recipes/efl1/e-wm-illume-dict-pl_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 index 0000000000..a5cf1938c4 --- /dev/null +++ b/recipes/efl1/e-wm-illume-dict-pl_git.bb @@ -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 +} |