blob: c5a31351482b88c9b746e2bc060bae3c9f2497e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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
}
SRC_URI[md5sum] = "a32301e03a381917cb2ec836a43a9664"
SRC_URI[sha256sum] = "939bbcacd49487f830cd9d8bf56f81043f519bb7bfbcfb568fd87bf484120a10"
|