diff options
Diffstat (limited to 'recipes/tomoe/libtomoe-gtk_0.1.0.bb')
-rw-r--r-- | recipes/tomoe/libtomoe-gtk_0.1.0.bb | 13 |
1 files changed, 13 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 +} |