summaryrefslogtreecommitdiff
path: root/recipes/efl1/illume-keyboard.inc
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-05 13:09:16 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-05 13:09:16 +0100
commit6e63401c579265c0aa05bec15320e56a7c1a3d92 (patch)
treed7243dc9154ddcbf13c5f69b3e2419b87ffe00d4 /recipes/efl1/illume-keyboard.inc
parent61a645370233e5f5fd3b5ae7a3019e4ecf2aad5c (diff)
illume-keyboards-shr_git.bb: new recipe
This folds the various illume-keyboard-* that were in the efl1 folder into one recipe in the correct place (e17). Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/efl1/illume-keyboard.inc')
-rw-r--r--recipes/efl1/illume-keyboard.inc14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/efl1/illume-keyboard.inc b/recipes/efl1/illume-keyboard.inc
deleted file mode 100644
index 4003352cc1..0000000000
--- a/recipes/efl1/illume-keyboard.inc
+++ /dev/null
@@ -1,14 +0,0 @@
-SECTION = "x11/data"
-
-SRC_URI = "git://git.shr-project.org/repo/illume-keyboards.git;protocol=http;branch=master"
-S = "${WORKDIR}/git"
-
-FILES_${PN} = "${libdir}/enlightenment/modules/illume/keyboards/*"
-PACKAGE_ARCH = "all"
-
-do_install() {
- install -d ${D}${libdir}/enlightenment/modules/illume/keyboards
- for f in ${INSTFILES}; do
- install -m 0644 ${S}/${BASEDIR}/${f} ${D}${libdir}/enlightenment/modules/illume/keyboards/
- done
-}