wok-next rev 21568
updated crosstool-ng (1.20.0 -> 1.24.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jun 22 16:28:58 2020 +0100 (2020-06-22) |
parents | 408bf3cc43de |
children | d258d08398f2 |
files | crosstool-ng/receipt |
line diff
1.1 --- a/crosstool-ng/receipt Mon Jun 22 16:07:43 2020 +0100 1.2 +++ b/crosstool-ng/receipt Mon Jun 22 16:28:58 2020 +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 @@ -11,19 +11,21 @@ 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" 1.15 1.16 -BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \ 1.17 -gperf" 1.18 +BUILD_DEPENDS="automake cvs flex gawk gperf help2man libtool ncurses-dev 1.19 + texinfo" 1.20 1.21 -compile_rules() { 1.22 - ./bootstrap 1.23 - ./configure \ 1.24 - --prefix=/usr \ 1.25 +compile_rules() 1.26 +{ 1.27 + ./bootstrap && 1.28 + ./configure \ 1.29 + --prefix=/usr \ 1.30 $CONFIGURE_ARGS && 1.31 make && 1.32 make DESTDIR=$install install 1.33 } 1.34 1.35 -genpkg_rules() { 1.36 - cp -a $install/usr $fs 1.37 +genpkg_rules() 1.38 +{ 1.39 + cp -a $install/usr $fs 1.40 DEPENDS="slitaz-toolchain" 1.41 }