From: Rolf Leggewie Date: Thu, 31 May 2007 09:03:59 +0000 (+0000) Subject: libhangul: initial release. untested. X-Git-Tag: Release-2010-05/1~8868^2~400^2~124^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9840546cfd89f664d418a430ca7dcc57afd5d644;p=openembedded.git libhangul: initial release. untested. Thanks to onion and koen. Angstrom Korea go,go go! One more country one the road to world domination ;-) --- diff --git a/packages/libhangul/.mtn2git_empty b/packages/libhangul/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libhangul/libhangul_0.0.4.bb b/packages/libhangul/libhangul_0.0.4.bb new file mode 100644 index 0000000000..289dc33dc1 --- /dev/null +++ b/packages/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 +}