aboutsummaryrefslogtreecommitdiffstats
path: root/xkbd/xkbd_0.8.12.oe
blob: 2fcfaa7d068dc5a01fc1c53d2d479610757fb2af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 <pb@handhelds.org>"
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/
}