aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libhangul/libhangul_0.0.4.bb
blob: 289dc33dc19d90168c937f56e957121df9414d59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "libhangul is a generalized and portable library for processing hangul (Korean)."
HOMEPAGE = "http://kldp.net/projects/hangul/"
SECTION = "x11/input"
LICENSE = "GPL"
DEPENDS = "gtk+ glib-2.0"
PR = "r0"

SRC_URI = "http://kldp.net/frs/download.php/3733/${PN}-${PV}.tar.gz"

inherit autotools pkgconfig lib_package

do_stage() {
       autotools_stage_all
}