wok-6.x diff ncurses/receipt @ rev 14520
linux64: update modules64.list
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 16 21:55:34 2013 +0200 (2013-05-16) |
parents | e2b4ebabd30f |
children | c971db4d1bba |
line diff
1.1 --- a/ncurses/receipt Wed May 16 12:15:00 2012 +0200 1.2 +++ b/ncurses/receipt Thu May 16 21:55:34 2013 +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()