[oe-commits] org.oe.dev libhangul: initial release. untested.

Laibsch commit openembedded-commits at lists.openembedded.org
Thu May 31 09:24:58 UTC 2007


libhangul: initial release. untested.  
Thanks to onion and koen.
Angstrom Korea go,go go!
One more country one the road to world domination ;-)

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 901164f6a5d50bc1f20f96bb73165ccb97935f9c
ViewMTN: http://monotone.openembedded.org/revision.psp?id=901164f6a5d50bc1f20f96bb73165ccb97935f9c
Files:
1
packages/libhangul
packages/libhangul/libhangul_0.0.4.bb
Diffs:

#
# mt diff -r3a83490f3912de8140c15cfc3041c16cc3cb74f9 -r901164f6a5d50bc1f20f96bb73165ccb97935f9c
#
# 
# 
# add_dir "packages/libhangul"
# 
# add_file "packages/libhangul/libhangul_0.0.4.bb"
#  content [2a7b793f2194c14e55c15600370671ea296c0c40]
# 
============================================================
--- packages/libhangul/libhangul_0.0.4.bb	2a7b793f2194c14e55c15600370671ea296c0c40
+++ packages/libhangul/libhangul_0.0.4.bb	2a7b793f2194c14e55c15600370671ea296c0c40
@@ -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
+}






More information about the Openembedded-commits mailing list