aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tomoe/libtomoe-gtk_0.1.0.bb
blob: edbbc3a2e91d21b536f4ce4890d8820f0e33351f (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://prdownloads.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz"

do_stage() {
	autotools_stage_all
}