diff options
Diffstat (limited to 'meta/recipes-graphics/libfakekey')
-rw-r--r-- | meta/recipes-graphics/libfakekey/libfakekey_svn.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-graphics/libfakekey/libfakekey_svn.bb b/meta/recipes-graphics/libfakekey/libfakekey_svn.bb new file mode 100644 index 0000000000..634fd4ea0f --- /dev/null +++ b/meta/recipes-graphics/libfakekey/libfakekey_svn.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "libfakekey" | ||
2 | HOMEPAGE = "http://matchbox-project.org/" | ||
3 | BUGTRACKER = "http://bugzilla.openedhand.com/" | ||
4 | |||
5 | LICENSE = "LGPLv2+" | ||
6 | |||
7 | DEPENDS = "libxtst" | ||
8 | SECTION = "x11/wm" | ||
9 | PV = "0.0+svnr${SRCREV}" | ||
10 | PR = "r1" | ||
11 | |||
12 | SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" | ||
13 | |||
14 | S = "${WORKDIR}/${PN}" | ||
15 | |||
16 | inherit autotools pkgconfig gettext | ||