wok rev 22390
Up crosstool-ng (1.24.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 29 12:50:55 2019 +0100 (2019-11-29) |
parents | 88fd80eaee1a |
children | aca084c6314c |
files | crosstool-ng/receipt |
line diff
1.1 --- a/crosstool-ng/receipt Thu Nov 28 21:44:13 2019 +0100 1.2 +++ b/crosstool-ng/receipt Fri Nov 29 12:50:55 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="crosstool-ng" 1.7 -VERSION="1.20.0" 1.8 +VERSION="1.24.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Tool to Build toolchains." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -10,15 +10,14 @@ 1.13 WEB_SITE="https://crosstool-ng.github.io/" 1.14 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" 1.15 1.16 -DEPENDS="slitaz-toolchain" 1.17 +DEPENDS="slitaz-toolchain ncursesw" 1.18 BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \ 1.19 -gperf wget" 1.20 +gperf wget xz help2man" 1.21 1.22 # Rules to configure and make the package. 1.23 compile_rules() 1.24 { 1.25 ./bootstrap 1.26 - sed -i 's/-lncurses/& -ltinfo/' kconfig/Makefile 1.27 ./configure \ 1.28 --prefix=/usr \ 1.29 $CONFIGURE_ARGS &&