# HG changeset patch # User Christopher Rogers # Date 1306223572 0 # Node ID 88ec8ecd6b1f476355088600a10205948c647263 # Parent e6bc71a2e8486ac00bab1921f6b15a9e51529426 automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r e6bc71a2e848 -r 88ec8ecd6b1f automake/receipt --- a/automake/receipt Tue May 24 07:50:03 2011 +0000 +++ b/automake/receipt Tue May 24 07:52:52 2011 +0000 @@ -5,12 +5,20 @@ CATEGORY="development" SHORT_DESC="Tool for automatically generating 'Makefile.in'." MAINTAINER="pankso@slitaz.org" -DEPENDS="autoconf" -BUILD_DEPENDS="autoconf" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/automake/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="autoconf" +BUILD_DEPENDS="autoconf" + +# Rules to compile & install the temporary toolchain. +cook_tmp_toolchain() +{ + cd $src + ./configure && make && make install +} + # Rules to configure and make the package. compile_rules() {