blob: e758350dad56ee2780c5c2289ecfcf3c1124daa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Matchbox input manager"
LICENSE = "GPL"
DEPENDS = "matchbox-wm libmatchbox"
SECTION = "x11/wm"
SRC_URI = "http://projects.o-hand.com/matchbox/sources/mb-applet-input-manager/${PV}/mb-applet-input-manager-${PV}.tar.bz2"
S = "${WORKDIR}/mb-applet-input-manager-${PV}"
inherit autotools pkgconfig
FILES_${PN} = "${bindir} ${datadir}/applications ${datadir}/pixmaps"
|