wok-current rev 10407
autoconf: Added cook_tmp_toolchain function to fix tazwok cook-toolchain.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue May 24 06:48:16 2011 +0000 (2011-05-24) |
parents | b039a3d7274c |
children | 4d01c1ff4f57 |
files | autoconf/receipt bash/receipt |
line diff
1.1 --- a/autoconf/receipt Tue May 24 06:44:24 2011 +0000 1.2 +++ b/autoconf/receipt Tue May 24 06:48:16 2011 +0000 1.3 @@ -12,6 +12,12 @@ 1.4 DEPENDS="m4 perl" 1.5 BUILD_DEPENDS="m4 perl" 1.6 1.7 +cook_tmp_toolchain() 1.8 +{ 1.9 + cd $src 1.10 + ./configure && make && make install 1.11 +} 1.12 + 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 {
2.1 --- a/bash/receipt Tue May 24 06:44:24 2011 +0000 2.2 +++ b/bash/receipt Tue May 24 06:48:16 2011 +0000 2.3 @@ -5,12 +5,13 @@ 2.4 CATEGORY="system-tools" 2.5 SHORT_DESC="The GNU bourne SHell." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="readline" 2.8 -BUILD_DEPENDS="readline bison" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WEB_SITE="http://www.gnu.org/software/bash/" 2.11 WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL" 2.12 2.13 +DEPENDS="readline" 2.14 +BUILD_DEPENDS="readline bison" 2.15 + 2.16 # Rules to compile & install the temporary toolchain. 2.17 cook_tmp_toolchain() 2.18 {