Author: justin Date: 2005-09-24 22:23:38 -0600 (Sat, 24 Sep 2005) New Revision: 764
Modified: x86/trunk/packages/libxml2/Makefile Log: Messages/Logging update for libxml2, updated to 2.6.21. Modified: x86/trunk/packages/libxml2/Makefile =================================================================== --- x86/trunk/packages/libxml2/Makefile 2005-09-25 03:59:31 UTC (rev 763) +++ x86/trunk/packages/libxml2/Makefile 2005-09-25 04:23:38 UTC (rev 764) @@ -1,56 +1,30 @@ # LibXML2 Makefile -#============================================================================== NM= libxml2 -VRS= 2.6.20 +VRS= 2.6.21 DIR= $(NM)-$(VRS) -FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTPBLFS)/L/$(FILE) -SHA-$(FILE)= 3ed04f5f5ffffef5b8116da2b18fb06f73aa5f9e +FILE= $(DIR).tar.gz +URL-$(FILE)= http://xmlsoft.org/sources/$(FILE) +SHA-$(FILE)= e8d572f53659561de03079af999a9c1134346c94 # Targets -# ============================================================================= include $(ROOT)/scripts/functions chroot: - @chroot "$(MP)" $(chenv-blfs) \ + chroot "$(MP)" $(chenv-blfs) \ 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' stage2: Makefile $(FILE) - @$(std_build) + $(std_build) compile-stage2: - @$(call echo_message, Configuring) -#============================================================================== -# Configure commands below \/ -#============================================================================== - @./configure --prefix=/usr --with-history >../$(DIR)[EMAIL PROTECTED] 2>&1 -# -#==Status Messages========================================== -# - @$(OK) - @$(call echo_message, Making) -#============================================================================== -# Make commands below \/ -#============================================================================== - @make $(PM) >>../$(DIR)[EMAIL PROTECTED] 2>&1 -# -#==Status Messages=========================================== -# - @$(OK) - @$(call echo_message, Installing) -#============================================================================== -# Install commands below \/ -#============================================================================== - @make install >>../$(DIR)[EMAIL PROTECTED] 2>&1 -# -#==Status Messages=========================================== -# - @$(OK) + ./configure --prefix=/usr --with-history + make $(PM) + make install clean: - @-rm -rf $(DIR) + -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
