diff options
Diffstat (limited to 'meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb new file mode 100644 index 0000000000..f3626557e3 --- /dev/null +++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_svn.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | DESCRIPTION = "Matchbox stroke recogniser" | ||
2 | HOMEPAGE = "http://matchbox-project.org" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "GPLv2" | ||
6 | |||
7 | DEPENDS = "libfakekey expat libxft" | ||
8 | SECTION = "x11/wm" | ||
9 | PV = "0.0+svnr${SRCREV}" | ||
10 | |||
11 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http \ | ||
12 | file://configure_fix.patch;patch=1;maxrev=1819 " | ||
13 | |||
14 | S = "${WORKDIR}/${PN}" | ||
15 | |||
16 | inherit autotools pkgconfig gettext | ||
17 | |||
18 | FILES_${PN} = "${bindir}/* \ | ||
19 | ${datadir}/applications \ | ||
20 | ${datadir}/pixmaps \ | ||
21 | ${datadir}/matchbox-stroke" | ||