blob: e425addbb2196fc27c1e37696f8d9f505db3f35f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
PV = "0.0cvs${CVSDATE}"
SECTION = "x11"
PRIORITY = "optional"
MAINTAINER = "Phil Blundell <pb@handhelds.org>"
DEPENDS = "x11 xft xtst"
DESCRIPTION = "Gesture recognition input method for X11"
LICENSE = "GPL"
SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke"
S = "${WORKDIR}/xstroke"
inherit autotools pkgconfig
|