Author: alexander Date: 2006-02-02 09:10:39 -0700 (Thu, 02 Feb 2006) New Revision: 1393
Added: trunk/packages/hicolor-icon-theme/ trunk/packages/hicolor-icon-theme/Makefile Log: Added hicolor-icon-theme Added: trunk/packages/hicolor-icon-theme/Makefile =================================================================== --- trunk/packages/hicolor-icon-theme/Makefile (rev 0) +++ trunk/packages/hicolor-icon-theme/Makefile 2006-02-02 16:10:39 UTC (rev 1393) @@ -0,0 +1,29 @@ +# hicolor-icon-theme Makefile + +NM= hicolor-icon-theme +VRS= 0.9 +DIR= $(NM)-$(VRS) + +FILE= $(DIR).tar.gz +URL-$(FILE)= http://icon-theme.freedesktop.org/releases/$(FILE) +SHA-$(FILE)= 640e0f3c0d4a7d0cc983944cba626b8f025deb14 + +# 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 + 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
