Author: justin Date: 2005-08-02 14:17:28 -0600 (Tue, 02 Aug 2005) New Revision: 507
Modified: x86/trunk/packages/libIDL/Makefile x86/trunk/todo-list Log: Updated libIDL Makefile. Modified: x86/trunk/packages/libIDL/Makefile =================================================================== --- x86/trunk/packages/libIDL/Makefile 2005-08-02 20:12:07 UTC (rev 506) +++ x86/trunk/packages/libIDL/Makefile 2005-08-02 20:17:28 UTC (rev 507) @@ -1,28 +1,56 @@ # LibIDL Makefile +#============================================================================== -# Package versions NM= libIDL -VRS= 0.8.4 +VRS= 0.8.5 DIR= $(NM)-$(VRS) + FILE= $(DIR).tar.bz2 -URL= http://ftp.gnome.org/pub/GNOME/sources/libIDL/0.8/$(FILE) +URL-$(FILE)= $(HTTPBLFS)/L/$(FILE) +SHA-$(FILE)= e48f4935bc15c0c342068169f088af0efc709943 -#RULES +# Targets +# ============================================================================= -.PHONY: clean chroot stage2 +include $(ROOT)/scripts/functions chroot: - @chroot "$(MP)" $(chenv-blfs) 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' + @chroot "$(MP)" $(chenv-blfs) \ + 'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)' -stage2: - @echo "" - @echo "=====> Building $(NM) in chroot" - @echo "" - @if [ ! -f $(FILE) ] ; then $(WGET) $(URL) ; fi - @if [ ! -f /usr/lib/libIDL-2.so ] ; then unpack $(FILE) && cd $(DIR) && \ - ./configure --prefix=/usr && \ - make -j3 && make install ; fi - @make clean +stage2: Makefile $(FILE) + @$(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) + clean: @-rm -rf $(DIR) + +.PHONY: clean chroot compile-stage2 Modified: x86/trunk/todo-list =================================================================== --- x86/trunk/todo-list 2005-08-02 20:12:07 UTC (rev 506) +++ x86/trunk/todo-list 2005-08-02 20:17:28 UTC (rev 507) @@ -3,7 +3,6 @@ packages/hotplug packages/inputattach packages/lfs-bootscripts -packages/libIDL packages/libaal packages/libjpeg packages/libpng -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
