wok-stable diff texinfo/receipt @ rev 11249
Up: lrzip (0.608)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Mon Nov 07 10:16:08 2011 +0000 (2011-11-07) |
parents | 142d9ddd55e4 |
children |
line diff
1.1 --- a/texinfo/receipt Fri May 20 17:08:44 2011 +0000 1.2 +++ b/texinfo/receipt Mon Nov 07 10:16:08 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 {