wok diff texinfo/receipt @ rev 11184
Up: gstreamer to 0.10.35.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Thu Nov 03 01:00:45 2011 +0000 (2011-11-03) |
parents | 142d9ddd55e4 |
children | 9ea130dd5e4f |
line diff
1.1 --- a/texinfo/receipt Fri May 20 17:08:44 2011 +0000 1.2 +++ b/texinfo/receipt Thu Nov 03 01:00:45 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 {