blob: 080c97c18ec94eade0ac0ba59c8f1baedc7c4410 (
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 = "ftp://ftp.handhelds.org/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"
|