diff options
Diffstat (limited to 'packages/tomoe/tomoe_0.2.1.bb')
-rw-r--r-- | packages/tomoe/tomoe_0.2.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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" |