aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tomoe/tomoe_0.2.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tomoe/tomoe_0.2.1.bb')
-rw-r--r--recipes/tomoe/tomoe_0.2.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/tomoe/tomoe_0.2.1.bb b/recipes/tomoe/tomoe_0.2.1.bb
new file mode 100644
index 0000000000..e77ef2a50e
--- /dev/null
+++ b/recipes/tomoe/tomoe_0.2.1.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "A handwriting recognition engine"
+HOMEPAGE = "http://tomoe.sourceforge.net"
+SECTION = "libs"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}
+
+SRC_URI = "http://keihanna.dl.sourceforge.jp/tomoe/16048/tomoe-0.2.1.tar.gz"