summaryrefslogtreecommitdiffstats
path: root/recipes/libfakekey/libfakekey_svn.bb
blob: 946080cf336f491a8b457c4d569d62c240a00d5f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Matchbox keyboard"
LICENSE = "GPL"
DEPENDS = "libxtst"
SECTION = "x11/wm"
PV = "0.2+svnr${SRCREV}"
PR = "r1"

SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \
	   file://configure-fix.patch;patch=1"

S = "${WORKDIR}/${PN}"

inherit autotools pkgconfig gettext

do_stage () {
        install -d ${STAGING_INCDIR}/fakekey	
        install -m 0644 ${S}/fakekey/fakekey.h ${STAGING_INCDIR}/fakekey
        oe_libinstall -so -C src libfakekey ${STAGING_LIBDIR}
}