blob: 7affece4a49c08dc8bb7fa437af64377b90efd84 (
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://prdownloads.sourceforge.jp/tomoe/16048/tomoe-0.2.1.tar.gz"
|