# HG changeset patch # User Christopher Rogers # Date 1306220520 0 # Node ID 67722a44366cd8ea2cadcb5cd02293db6d80d849 # Parent 686e6877305ba22a83b201ec8e4183e2028ed1a5 patch: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r 686e6877305b -r 67722a44366c patch/receipt --- a/patch/receipt Tue May 24 06:57:52 2011 +0000 +++ b/patch/receipt Tue May 24 07:02:00 2011 +0000 @@ -5,12 +5,20 @@ CATEGORY="utilities" SHORT_DESC="Utilitie to patch file with diff file." MAINTAINER="pankso@slitaz.org" -DEPENDS="glibc-base" -BUILD_DEPENDS="gcc" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/patch/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" +DEPENDS="glibc-base" +BUILD_DEPENDS="gcc" + +# Rules to compile & install the temporary toolchain by Tazwok. +cook_tmp_toolchain() +{ + cd $src + ./configure && make && make install +} + # Rules to configure and make the package. compile_rules() {