linux-nokia900-meego: minimize defconfig with savedefconfig
[openembedded.git] / recipes / palmt650 / palmt650-keyboard-modmap.bb
blobc00513676184691d8004af120ca6c00cb5d4c1ff
1 DESCRIPTION = "A X keyboard modifier mapping for the Treo650"
2 LICENSE = "GPL"
3 PV = "0.0.3"
4 PR = "r0.02"
6 SRC_URI = "\
7 file://60xXmodmap \
8 file://Xmodmap \
11 S = "${WORKDIR}"
13 do_install() {
14 install -d ${D}/etc/X11/
15 install ${WORKDIR}/Xmodmap ${D}/etc/X11/Xmodmap
16 install -d ${D}/etc/X11/Xsession.d
17 install ${WORKDIR}/60xXmodmap ${D}/etc/X11/Xsession.d/60xXmodmap
20 PACKAGE_ARCH = "all"
22 FILES_${PN} += "/etc/X11/Xmodmap"
23 FILES_${PN} += "/etc/X11/Xsession.d/60xXmodmap"