From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/tomoe/libtomoe-gtk_0.1.0.bb | 13 +++++++++++++ recipes/tomoe/tomoe_0.2.1.bb | 12 ++++++++++++ recipes/tomoe/uim-tomoe-gtk_0.2.0.bb | 9 +++++++++ 3 files changed, 34 insertions(+) create mode 100644 recipes/tomoe/libtomoe-gtk_0.1.0.bb create mode 100644 recipes/tomoe/tomoe_0.2.1.bb create mode 100644 recipes/tomoe/uim-tomoe-gtk_0.2.0.bb (limited to 'recipes/tomoe') 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" -- cgit v1.2.3