wok-6.x rev 10415
automake: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 07:52:52 2011 +0000 (2011-05-24) |
parents | e6bc71a2e848 |
children | d5a3f5d2ac0e |
files | automake/receipt |
line diff
1.1 --- a/automake/receipt Tue May 24 07:50:03 2011 +0000 1.2 +++ b/automake/receipt Tue May 24 07:52:52 2011 +0000 1.3 @@ -5,12 +5,20 @@ 1.4 CATEGORY="development" 1.5 SHORT_DESC="Tool for automatically generating 'Makefile.in'." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="autoconf" 1.8 -BUILD_DEPENDS="autoconf" 1.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.10 WEB_SITE="http://www.gnu.org/software/automake/" 1.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="autoconf" 1.14 +BUILD_DEPENDS="autoconf" 1.15 + 1.16 +# Rules to compile & install the temporary toolchain. 1.17 +cook_tmp_toolchain() 1.18 +{ 1.19 + cd $src 1.20 + ./configure && make && make install 1.21 +} 1.22 + 1.23 # Rules to configure and make the package. 1.24 compile_rules() 1.25 {