# HG changeset patch # User Pascal Bellard # Date 1575028255 -3600 # Node ID 986409b5de0e2920d06a59b29fcdf94e078b9c2d # Parent 88fd80eaee1ac6fddd47d4e436c46bd41d53e113 Up crosstool-ng (1.24.0) diff -r 88fd80eaee1a -r 986409b5de0e crosstool-ng/receipt --- a/crosstool-ng/receipt Thu Nov 28 21:44:13 2019 +0100 +++ b/crosstool-ng/receipt Fri Nov 29 12:50:55 2019 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="crosstool-ng" -VERSION="1.20.0" +VERSION="1.24.0" CATEGORY="development" SHORT_DESC="Tool to Build toolchains." MAINTAINER="pascal.bellard@slitaz.org" @@ -10,15 +10,14 @@ WEB_SITE="https://crosstool-ng.github.io/" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" -DEPENDS="slitaz-toolchain" +DEPENDS="slitaz-toolchain ncursesw" BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \ -gperf wget" +gperf wget xz help2man" # Rules to configure and make the package. compile_rules() { ./bootstrap - sed -i 's/-lncurses/& -ltinfo/' kconfig/Makefile ./configure \ --prefix=/usr \ $CONFIGURE_ARGS &&