wok rev 17683
Up crosstool-ng (1.20.0)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Feb 20 21:41:13 2015 +0100 (2015-02-20) |
parents | ec6e8de5d211 |
children | def608e3f648 |
files | crosstool-ng/receipt |
line diff
1.1 --- a/crosstool-ng/receipt Fri Feb 20 13:46:47 2015 -0500 1.2 +++ b/crosstool-ng/receipt Fri Feb 20 21:41:13 2015 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="crosstool-ng" 1.7 -VERSION="1.12.4" 1.8 +VERSION="1.20.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Tool to Build toolchains." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="GPL2" 1.13 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" 1.16 -WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" 1.17 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" 1.18 1.19 DEPENDS="slitaz-toolchain" 1.20 -BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool" 1.21 +BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \ 1.22 +gperf wget" 1.23 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - cd $src 1.28 + ./bootstrap 1.29 + sed -i 's/-lncurses/& -ltinfo/' kconfig/Makefile 1.30 ./configure \ 1.31 --prefix=/usr \ 1.32 $CONFIGURE_ARGS &&