# HG changeset patch # User Christopher Rogers # Date 1306219696 0 # Node ID 8ad990dde0f8a0c535d6df0f2f081a34e7ca5f78 # Parent b039a3d7274ca571e717a189ad5997c26b8e7a16 autoconf: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r b039a3d7274c -r 8ad990dde0f8 autoconf/receipt --- a/autoconf/receipt Tue May 24 06:44:24 2011 +0000 +++ b/autoconf/receipt Tue May 24 06:48:16 2011 +0000 @@ -12,6 +12,12 @@ DEPENDS="m4 perl" BUILD_DEPENDS="m4 perl" +cook_tmp_toolchain() +{ + cd $src + ./configure && make && make install +} + # Rules to configure and make the package. compile_rules() { diff -r b039a3d7274c -r 8ad990dde0f8 bash/receipt --- a/bash/receipt Tue May 24 06:44:24 2011 +0000 +++ b/bash/receipt Tue May 24 06:48:16 2011 +0000 @@ -5,12 +5,13 @@ CATEGORY="system-tools" SHORT_DESC="The GNU bourne SHell." MAINTAINER="pankso@slitaz.org" -DEPENDS="readline" -BUILD_DEPENDS="readline bison" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/bash/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="readline" +BUILD_DEPENDS="readline bison" + # Rules to compile & install the temporary toolchain. cook_tmp_toolchain() {