diff options
Diffstat (limited to 'recipes/libhangul/libhangul_0.0.4.bb')
-rw-r--r-- | recipes/libhangul/libhangul_0.0.4.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/libhangul/libhangul_0.0.4.bb b/recipes/libhangul/libhangul_0.0.4.bb new file mode 100644 index 0000000000..289dc33dc1 --- /dev/null +++ b/recipes/libhangul/libhangul_0.0.4.bb @@ -0,0 +1,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 +} |