blob: 59c85de31aeef32164323bdf61eb8bb7d93cbfac (
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 = "virtual/libc x11"
DESCRIPTION = "Gesture recognition input method for X11"
SRC_URI = "cvs://anoncvs:anoncvs@xstroke.org/cvs/xstroke;module=xstroke"
S = "${WORKDIR}/xstroke"
inherit autotools pkgconfig
|