aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tomoe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/tomoe')
-rw-r--r--recipes/tomoe/libtomoe-gtk_0.1.0.bb13
-rw-r--r--recipes/tomoe/tomoe_0.2.1.bb12
-rw-r--r--recipes/tomoe/uim-tomoe-gtk_0.2.0.bb9
3 files changed, 34 insertions, 0 deletions
diff --git a/recipes/tomoe/libtomoe-gtk_0.1.0.bb b/recipes/tomoe/libtomoe-gtk_0.1.0.bb
new file mode 100644
index 0000000000..31cccf6fe9
--- /dev/null
+++ b/recipes/tomoe/libtomoe-gtk_0.1.0.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A handwriting recognition engine"
+HOMEPAGE = "http://tomoe.sourceforge.net"
+SECTION = "libs"
+DEPENDS = "gtk+ tomoe"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://keihanna.dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz"
+
+do_stage() {
+ autotools_stage_all
+}
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"
diff --git a/recipes/tomoe/uim-tomoe-gtk_0.2.0.bb b/recipes/tomoe/uim-tomoe-gtk_0.2.0.bb
new file mode 100644
index 0000000000..f0ed9c84a4
--- /dev/null
+++ b/recipes/tomoe/uim-tomoe-gtk_0.2.0.bb
@@ -0,0 +1,9 @@
+DESCRIPTION = "A handwriting recognition engine"
+HOMEPAGE = "http://tomoe.sourceforge.net"
+SECTION = "libs"
+DEPENDS = "gtk+ uim tomoe"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://keihanna.dl.sourceforge.jp/tomoe/17172/uim-tomoe-gtk-0.2.0.tar.gz"