# HG changeset patch # User Pascal Bellard # Date 1417089393 -3600 # Node ID 9632206f68935bf226dc288f7f326aa55de00132 # Parent b3e86344ef9b9beafcb436885007a1225174b54a ncurses: depends on libtinfo & libtic diff -r b3e86344ef9b -r 9632206f6893 ncurses/receipt --- a/ncurses/receipt Thu Nov 27 13:44:07 2014 +0200 +++ b/ncurses/receipt Thu Nov 27 12:56:33 2014 +0100 @@ -11,7 +11,7 @@ WGET_URL="ftp://invisible-island.net/ncurses/$TARBALL" HOST_ARCH="i486 arm" -DEPENDS="ncurses-common" +DEPENDS="ncurses-common libtinfo libtic" BUILD_DEPENDS="" # Rules to configure and make the package. @@ -42,15 +42,6 @@ --with-ticlib \ $CONFIGURE_ARGS && make && make install - ./configure \ - --libdir=/lib \ - --sysconfdir=/etc \ - --with-shared \ - --without-debug \ - --without-ada \ - --with-build-cc="gcc -D_GNU_SOURCE" \ - $CONFIGURE_ARGS && - make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.