tomoe-0.2.1: add tomoe, a handwriting recognition engine
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 23 Jul 2006 11:45:28 +0000 (11:45 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 23 Jul 2006 11:45:28 +0000 (11:45 +0000)
packages/tomoe/.mtn2git_empty [new file with mode: 0644]
packages/tomoe/libtomoe-gtk_0.1.0.bb [new file with mode: 0644]
packages/tomoe/tomoe_0.2.1.bb [new file with mode: 0644]
packages/tomoe/uim-tomoe-gtk_0.2.0.bb [new file with mode: 0644]

diff --git a/packages/tomoe/.mtn2git_empty b/packages/tomoe/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/tomoe/libtomoe-gtk_0.1.0.bb b/packages/tomoe/libtomoe-gtk_0.1.0.bb
new file mode 100644 (file)
index 0000000..a4dbff2
--- /dev/null
@@ -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 (file)
index 0000000..f321142
--- /dev/null
@@ -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 (file)
index 0000000..d0b1c5a
--- /dev/null
@@ -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"