blob: 5181cd70f4acbc15f1dc5d09fde061c8936316fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "Matchbox keyboard"
LICENSE = "GPL"
DEPENDS = "libxtst"
SECTION = "x11/wm"
PV = "0.0+svnr${SRCREV}"
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http"
S = "${WORKDIR}/${PN}"
inherit autotools_stage pkgconfig gettext
|