Author: alexander
Date: 2007-04-28 07:17:25 -0600 (Sat, 28 Apr 2007)
New Revision: 1865

Added:
   trunk/packages/libhangul/
   trunk/packages/libhangul/Makefile
Modified:
   trunk/Makefile
Log:
scim-hangul now depends on libhangul

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile      2007-04-28 07:46:07 UTC (rev 1864)
+++ trunk/Makefile      2007-04-28 13:17:25 UTC (rev 1865)
@@ -271,7 +271,7 @@
        ch-sysfsutils ch-pcmcia-cs ch-pcmciautils ch-ddccontrol 
ch-ddccontrol-db \
        ch-initramfs ch-blfs-bootscripts ch-oui-data \
        ch-man-fr ch-man-pages-es ch-man-pages-it ch-manpages-de ch-manpages-ru 
\
-       ch-anthy ch-scim ch-scim-tables ch-scim-anthy ch-scim-hangul \
+       ch-anthy ch-scim ch-scim-tables ch-scim-anthy ch-libhangul 
ch-scim-hangul \
        ch-libchewing ch-scim-chewing ch-scim-pinyin ch-scim-input-pad \
        ch-hibernate-script ch-slang ch-mc \
        ch-fuse ch-dosfstools ch-ntfsprogs \

Added: trunk/packages/libhangul/Makefile
===================================================================
--- trunk/packages/libhangul/Makefile                           (rev 0)
+++ trunk/packages/libhangul/Makefile   2007-04-28 13:17:25 UTC (rev 1865)
@@ -0,0 +1,30 @@
+# libhangul Makefile
+
+NM= libhangul
+VRS= 0.0.4
+DIR= $(NM)-$(VRS)
+
+FILE= $(DIR).tar.gz
+URL-$(FILE)= http://kldp.net/frs/download.php/3733/$(FILE)
+SHA-$(FILE)= e060011a849830eb014ceee67f4c54986ded60c4
+
+# Targets
+
+include $(ROOT)/scripts/functions
+
+chroot:
+       chroot "$(MP)" $(chenv-blfs) \
+       'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
+
+stage2: Makefile $(FILE)
+       $(std_build)
+
+compile-stage2:
+       ./configure --prefix=/usr --sysconfdir=/etc
+       make
+       make install
+
+clean:
+       -rm -rf $(DIR)
+
+.PHONY: clean chroot compile-stage2

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to