wok rev 10417

texinfo: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 24 08:02:26 2011 +0000 (2011-05-24)
parents d5a3f5d2ac0e
children aca8a14a46d9
files texinfo/receipt
line diff
     1.1 --- a/texinfo/receipt	Tue May 24 07:54:39 2011 +0000
     1.2 +++ b/texinfo/receipt	Tue May 24 08:02:26 2011 +0000
     1.3 @@ -5,13 +5,21 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="GNU documentation tools."
     1.6  MAINTAINER="rcx@zoominternet.net"
     1.7 -DEPENDS="ncurses"
     1.8 -BUILD_DEPENDS="ncurses"
     1.9  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.10  WEB_SITE="http://www.gnu.org/software/texinfo/"
    1.11  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.12  TAGS="documentation"
    1.13  
    1.14 +DEPENDS="ncurses"
    1.15 +BUILD_DEPENDS="ncurses"
    1.16 +
    1.17 +# Rules to compile & install the temporary toolchain by Tazwok.
    1.18 +cook_tmp_toolchain()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure && make && make install
    1.22 +}
    1.23 +
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {