increase dvbapp PR.
[vuplus_openembedded] / recipes / libhangul / libhangul_0.0.4.bb
1 DESCRIPTION = "libhangul is a generalized and portable library for processing hangul (Korean)."
2 HOMEPAGE = "http://kldp.net/projects/hangul/"
3 SECTION = "x11/input"
4 LICENSE = "GPL"
5 DEPENDS = "gtk+ glib-2.0"
6 PR = "r0"
7
8 SRC_URI = "http://kldp.net/frs/download.php/3733/${PN}-${PV}.tar.gz"
9
10 inherit autotools pkgconfig lib_package
11
12 do_stage() {
13        autotools_stage_all
14 }