summaryrefslogtreecommitdiff
path: root/recipes/efl1/illume-keyboard.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/efl1/illume-keyboard.inc')
-rw-r--r--recipes/efl1/illume-keyboard.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/efl1/illume-keyboard.inc b/recipes/efl1/illume-keyboard.inc
new file mode 100644
index 0000000000..4003352cc1
--- /dev/null
+++ b/recipes/efl1/illume-keyboard.inc
@@ -0,0 +1,14 @@
+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
+}