diff options
Diffstat (limited to 'packages/xstroke/xstroke_0.6.bb')
-rw-r--r-- | packages/xstroke/xstroke_0.6.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/xstroke/xstroke_0.6.bb b/packages/xstroke/xstroke_0.6.bb index e69de29bb2..ebed8fd0da 100644 --- a/packages/xstroke/xstroke_0.6.bb +++ b/packages/xstroke/xstroke_0.6.bb @@ -0,0 +1,12 @@ +LICENSE = GPL +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "x11 xft xtst" +DESCRIPTION = "Gesture recognition input method for X11" +PR = "r1" + +SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz \ + file://auto-disable.patch;patch=1;pnum=0" + +inherit autotools pkgconfig |