]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb
matchbox-keyboard, libfakekey: use 0.1 releases and add smallscreen patch.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / matchbox-keyboard / matchbox-keyboard_0.1.bb
1 DESCRIPTION = "Matchbox keyboard"
2 LICENSE = "GPL"
3 DEPENDS = "libfakekey expat libxft"
4 SECTION = "x11/wm"
5
6 SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${@'.'.join(bb.data.getVar('PV', d, 1).split('.')[:2])}/${PN}-${PV}.tar.bz2 \
7            file://fontsize.patch;patch=1"
8
9 inherit autotools pkgconfig gettext
10
11 FILES_${PN} = "${bindir} \
12                ${datadir}/applications \
13                ${datadir}/pixmaps \
14                ${datadir}/matchbox-keyboard"
15