SRC_URI = "http://handhelds.org/~mallum/xkbd/xkbd-${PV}.tar.gz \ file://libtool-lossage.patch;patch=1;pnum=1 \ file://xkbd.desktop.patch;patch=1;pnum=2" MAINTAINER = "Phil Blundell " SECTION = "x11" DEPENDS = "xpm xtst libxft" PR = "r1" inherit autotools do_install_append() { install -d ${D}${datadir}/applications/inputmethods mv ${D}${datadir}/applications/xkbd.desktop ${D}${datadir}/applications/inputmethods/ }