Author: justin Date: 2005-09-24 22:28:57 -0600 (Sat, 24 Sep 2005) New Revision: 765
Modified: x86/trunk/packages/libxslt/Makefile Log: Messages/Logging update for libxslt, upgraded to 1.1.15. Modified: x86/trunk/packages/libxslt/Makefile =================================================================== --- x86/trunk/packages/libxslt/Makefile 2005-09-25 04:23:38 UTC (rev 764) +++ x86/trunk/packages/libxslt/Makefile 2005-09-25 04:28:57 UTC (rev 765) @@ -1,56 +1,30 @@ # libxslt Makefile -#============================================================================== NM= libxslt -VRS= 1.1.14 +VRS= 1.1.15 DIR= $(NM)-$(VRS) -FILE= $(DIR).tar.bz2 -URL-$(FILE)= $(HTTPBLFS)/L/$(FILE) -SHA-$(FILE)= 9b6d3c417b943ad11abaa6fb8e2f936107e63899 +FILE= $(DIR).tar.gz +URL-$(FILE)= http://xmlsoft.org/sources/$(FILE) +SHA-$(FILE)= f0c8ef4809104bf59ebf5b23a637e7dff61a2aa4 # 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 >../$(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 + 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
