wok diff crosstool-ng/receipt @ rev 18820

syslinux/iso2exe.sh: -f should keep flavor info
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 16 10:28:02 2016 +0100 (2016-01-16)
parents 3d805214d753
children 432dd31a79d5
line diff
     1.1 --- a/crosstool-ng/receipt	Sat Nov 30 11:34:10 2013 +0000
     1.2 +++ b/crosstool-ng/receipt	Sat Jan 16 10:28:02 2016 +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 &&