libhangul: initial release. untested.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 31 May 2007 09:03:59 +0000 (09:03 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Thu, 31 May 2007 09:03:59 +0000 (09:03 +0000)
Thanks to onion and koen.
Angstrom Korea go,go go!
One more country one the road to world domination ;-)

packages/libhangul/.mtn2git_empty [new file with mode: 0644]
packages/libhangul/libhangul_0.0.4.bb [new file with mode: 0644]

diff --git a/packages/libhangul/.mtn2git_empty b/packages/libhangul/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/libhangul/libhangul_0.0.4.bb b/packages/libhangul/libhangul_0.0.4.bb
new file mode 100644 (file)
index 0000000..289dc33
--- /dev/null
@@ -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
+}