blob: e77ef2a50e54a560041aa3d906e9b782a17a757d (
plain)
1
2
3
4
5
6
7
8
9
10
11
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"
|