wok-current diff autoconf/receipt @ 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 | b283b17be7a4 |
children | a09e9d64e4c9 |
line diff
1.1 --- a/autoconf/receipt Sat May 21 16:27:45 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 {