blob: eb10a32fde5f94bf1c1f77e73e61452a81b7ed24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "Matchbox keyboard"
LICENSE = "GPL"
DEPENDS = "libmb libfakekey expat libxft"
SECTION = "x11/wm"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
S = ${WORKDIR}/${PN}
inherit autotools pkgconfig gettext
FILES_${PN} = "${bindir} \
${datadir}/applications \
${datadir}/pixmaps"
|