# HG changeset patch # User Christopher Rogers # Date 1306224146 0 # Node ID a3d5d8030323554c0703b0cade736a7bf13100ef # Parent d5a3f5d2ac0ecd45d292441c7e8ba2cbc70ae039 texinfo: Added cook_tmp_toolchain function to fix tazwok cook-toolchain. diff -r d5a3f5d2ac0e -r a3d5d8030323 texinfo/receipt --- a/texinfo/receipt Tue May 24 07:54:39 2011 +0000 +++ b/texinfo/receipt Tue May 24 08:02:26 2011 +0000 @@ -5,13 +5,21 @@ CATEGORY="development" SHORT_DESC="GNU documentation tools." MAINTAINER="rcx@zoominternet.net" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.gnu.org/software/texinfo/" WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" TAGS="documentation" +DEPENDS="ncurses" +BUILD_DEPENDS="ncurses" + +# 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() {