diff options
Diffstat (limited to 'xstroke/xstroke_0.6.oe')
-rw-r--r-- | xstroke/xstroke_0.6.oe | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/xstroke/xstroke_0.6.oe b/xstroke/xstroke_0.6.oe index e69de29bb2..4db2c6a373 100644 --- a/xstroke/xstroke_0.6.oe +++ b/xstroke/xstroke_0.6.oe @@ -0,0 +1,9 @@ +SECTION = "x11" +PRIORITY = "optional" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +DEPENDS = "virtual/libc x11" +DESCRIPTION = "Gesture recognition input method for X11" + +SRC_URI = "http://xstroke.org/releases/xstroke-0.6.tar.gz" + +inherit autotools pkgconfig |