aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tomoe
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 11:45:28 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2006-07-23 11:45:28 +0000
commite9caffa5992185464dd8ce0783a82df9e016a19b (patch)
tree7632e968e6ac57d2534d6cc8d9d4997b71df3f89 /packages/tomoe
parent85a394cfe168ab2f118eeb2aa3819126b387f266 (diff)
downloadopenembedded-e9caffa5992185464dd8ce0783a82df9e016a19b.tar.gz
tomoe-0.2.1: add tomoe, a handwriting recognition engine
Diffstat (limited to 'packages/tomoe')
-rw-r--r--packages/tomoe/.mtn2git_empty0
-rw-r--r--packages/tomoe/libtomoe-gtk_0.1.0.bb14
-rw-r--r--packages/tomoe/tomoe_0.2.1.bb13
-rw-r--r--packages/tomoe/uim-tomoe-gtk_0.2.0.bb10
4 files changed, 37 insertions, 0 deletions
diff --git a/packages/tomoe/.mtn2git_empty b/packages/tomoe/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/tomoe/.mtn2git_empty
diff --git a/packages/tomoe/libtomoe-gtk_0.1.0.bb b/packages/tomoe/libtomoe-gtk_0.1.0.bb
new file mode 100644
index 0000000000..a4dbff2085
--- /dev/null
+++ b/packages/tomoe/libtomoe-gtk_0.1.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "A handwriting recognition engine"
+HOMEPAGE = "http://tomoe.sourceforge.net"
+SECTION = "libs"
+MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
+DEPENDS = "gtk+ tomoe"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://prdownloads.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz"
+
+do_stage() {
+ autotools_stage_all
+}
diff --git a/packages/tomoe/tomoe_0.2.1.bb b/packages/tomoe/tomoe_0.2.1.bb
new file mode 100644
index 0000000000..f321142dd1
--- /dev/null
+++ b/packages/tomoe/tomoe_0.2.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A handwriting recognition engine"
+HOMEPAGE = "http://tomoe.sourceforge.net"
+SECTION = "libs"
+MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}
+
+SRC_URI = "http://prdownloads.sourceforge.jp/tomoe/16048/tomoe-0.2.1.tar.gz"
diff --git a/packages/tomoe/uim-tomoe-gtk_0.2.0.bb b/packages/tomoe/uim-tomoe-gtk_0.2.0.bb
new file mode 100644
index 0000000000..d0b1c5a385
--- /dev/null
+++ b/packages/tomoe/uim-tomoe-gtk_0.2.0.bb
@@ -0,0 +1,10 @@
+DESCRIPTION = "A handwriting recognition engine"
+HOMEPAGE = "http://tomoe.sourceforge.net"
+SECTION = "libs"
+MAINTAINER = "Philipp Zabel <philipp.zabel@gmail.com>"
+DEPENDS = "gtk+ uim tomoe"
+LICENSE = "LGPL"
+
+inherit autotools pkgconfig
+
+SRC_URI = "http://prdownloads.sourceforge.jp/tomoe/17172/uim-tomoe-gtk-0.2.0.tar.gz"