# HG changeset patch # User Pascal Bellard # Date 1424464873 -3600 # Node ID 22604cb2623308b0720b9743f70a6f37e0d9f680 # Parent ec6e8de5d2116d698046e8ce5b83720fdad5a031 Up crosstool-ng (1.20.0) diff -r ec6e8de5d211 -r 22604cb26233 crosstool-ng/receipt --- a/crosstool-ng/receipt Fri Feb 20 13:46:47 2015 -0500 +++ b/crosstool-ng/receipt Fri Feb 20 21:41:13 2015 +0100 @@ -1,22 +1,24 @@ # SliTaz package receipt. PACKAGE="crosstool-ng" -VERSION="1.12.4" +VERSION="1.20.0" CATEGORY="development" SHORT_DESC="Tool to Build toolchains." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -TARBALL="$PACKAGE-$VERSION.tar.bz2" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://ymorin.is-a-geek.org/projects/crosstool" -WGET_URL="http://ymorin.is-a-geek.org/download/$PACKAGE/$TARBALL" +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/$TARBALL" DEPENDS="slitaz-toolchain" -BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool" +BUILD_DEPENDS="subversion flex cvs gawk texinfo ncurses-dev automake libtool \ +gperf wget" # Rules to configure and make the package. compile_rules() { - cd $src + ./bootstrap + sed -i 's/-lncurses/& -ltinfo/' kconfig/Makefile ./configure \ --prefix=/usr \ $CONFIGURE_ARGS &&