wok-next rev 12818
ncurses: clean up receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 21 01:59:39 2012 +0200 (2012-05-21) |
parents | c50f70597a21 |
children | 3768ab6ce780 |
files | ncurses/receipt |
line diff
1.1 --- a/ncurses/receipt Mon May 21 01:58:24 2012 +0200 1.2 +++ b/ncurses/receipt Mon May 21 01:59:39 2012 +0200 1.3 @@ -11,16 +11,7 @@ 1.4 HOST_ARCH="i486 arm" 1.5 1.6 DEPENDS="ncurses-common" 1.7 -BUILD_DEPENDS="gcc" 1.8 - 1.9 -# Rules to compile & install the temporary toolchain. 1.10 -cook_tmp_toolchain() 1.11 -{ 1.12 - cd $src 1.13 - ./configure --with-shared --without-debug \ 1.14 - --without-ada --enable-overwrite && 1.15 - make && make install 1.16 -} 1.17 +BUILD_DEPENDS="" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules()