summaryrefslogtreecommitdiff
path: root/packages/libhangul
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-31 09:03:59 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2007-05-31 09:03:59 +0000
commit9840546cfd89f664d418a430ca7dcc57afd5d644 (patch)
treefc555b401e29dbf975834524919c0c4656a876df /packages/libhangul
parentbd66a0c5ada210e08ca869216da8f8815b0487f4 (diff)
libhangul: initial release. untested.
Thanks to onion and koen. Angstrom Korea go,go go! One more country one the road to world domination ;-)
Diffstat (limited to 'packages/libhangul')
-rw-r--r--packages/libhangul/.mtn2git_empty0
-rw-r--r--packages/libhangul/libhangul_0.0.4.bb14
2 files changed, 14 insertions, 0 deletions
diff --git a/packages/libhangul/.mtn2git_empty b/packages/libhangul/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/libhangul/.mtn2git_empty
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
+}