change usbtunerhelper src_uri.
[vuplus_openembedded] / recipes / tomoe / libtomoe-gtk_0.1.0.bb
1 DESCRIPTION = "A handwriting recognition engine"
2 HOMEPAGE = "http://tomoe.sourceforge.net"
3 SECTION = "libs"
4 DEPENDS = "gtk+ tomoe"
5 LICENSE = "LGPL"
6
7 inherit autotools pkgconfig
8
9 SRC_URI = "http://keihanna.dl.sourceforge.jp/tomoe/17171/libtomoe-gtk-0.1.0.tar.gz"
10
11 do_stage() {
12         autotools_stage_all
13 }