blob: 534acfcc92a6d7fdcc1d2527031e63fdc6fdc82b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Matchbox keyboard"
LICENSE = "GPL"
DEPENDS = "libxtst"
SECTION = "x11/wm"
SRCREV = "1455"
PV = "0.2+svnr${SRCPV}"
PR = "r2"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
file://configure-fix.patch"
S = "${WORKDIR}/${PN}"
inherit autotools pkgconfig gettext
|