Author: alexander Date: 2006-01-13 09:04:20 -0700 (Fri, 13 Jan 2006) New Revision: 1360
Modified: trunk/packages/anthy/Makefile Log: Upgraded Anthy, disabled installation of anthy static libraries Modified: trunk/packages/anthy/Makefile =================================================================== --- trunk/packages/anthy/Makefile 2006-01-13 03:12:41 UTC (rev 1359) +++ trunk/packages/anthy/Makefile 2006-01-13 16:04:20 UTC (rev 1360) @@ -1,12 +1,12 @@ # Anthy Makefile NM= anthy -VRS= 6700b +VRS= 7307 DIR= $(NM)-$(VRS) FILE= $(DIR).tar.gz -URL-$(FILE)= http://osdn.dl.sourceforge.jp/anthy/15414/$(FILE) -SHA-$(FILE)= 19e53a9c41497ef2949e23851999ed72fd211e83 +URL-$(FILE)= http://osdn.dl.sourceforge.jp/anthy/18359/$(FILE) +SHA-$(FILE)= bd6eb346c5dcca4f51825f997ccb51d7cd1b08d2 # Targets @@ -20,7 +20,7 @@ $(std_build) compile-stage2: - ./configure --prefix=/usr --sysconfdir=/etc + ./configure --prefix=/usr --sysconfdir=/etc --disable-static make $(PM) make install -- http://linuxfromscratch.org/mailman/listinfo/livecd FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
