# HG changeset patch # User Christophe Lincoln # Date 1337558379 -7200 # Node ID 851050970033c28b8449422a8286ada7f58f90d2 # Parent c50f70597a21ca7895311dcf47b0771d0b0a27f0 ncurses: clean up receipt diff -r c50f70597a21 -r 851050970033 ncurses/receipt --- a/ncurses/receipt Mon May 21 01:58:24 2012 +0200 +++ b/ncurses/receipt Mon May 21 01:59:39 2012 +0200 @@ -11,16 +11,7 @@ HOST_ARCH="i486 arm" DEPENDS="ncurses-common" -BUILD_DEPENDS="gcc" - -# Rules to compile & install the temporary toolchain. -cook_tmp_toolchain() -{ - cd $src - ./configure --with-shared --without-debug \ - --without-ada --enable-overwrite && - make && make install -} +BUILD_DEPENDS="" # Rules to configure and make the package. compile_rules()