blob: 31cccf6fe9738c362467d3c846b6a42368e844d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
}
|