wok rev 5244

Up: binutils (2.20.1) - Part of new toolchain
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 11 11:16:16 2010 +0200 (2010-04-11)
parents f9edb4f35345
children 2ae67cafd57e
files binutils/receipt
line diff
     1.1 --- a/binutils/receipt	Sun Apr 11 04:29:39 2010 +0000
     1.2 +++ b/binutils/receipt	Sun Apr 11 11:16:16 2010 +0200
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="binutils"
     1.7 -VERSION="2.19.1"
     1.8 +VERSION="2.20.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="GNU assembler, linker and binary utilities."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  DEPENDS="zlib"
    1.14 +BUILD_DEPENDS="zlib-dev texinfo"
    1.15  WEB_SITE="http://www.gnu.org/software/binutils/"
    1.16  WGET_URL="$GNU_MIRROR/$PACKAGE/$TARBALL"
    1.17  PROVIDE="libbfd"
    1.18 @@ -14,11 +15,9 @@
    1.19  
    1.20  # Rules to configure and make the package.
    1.21  #
    1.22 -# First pass: --disable-werror \
    1.23 -#
    1.24  compile_rules()
    1.25  {
    1.26 -	mkdir binutils-build && cd binutils-build
    1.27 +	mkdir -p binutils-build && cd binutils-build
    1.28  	../$PACKAGE-$VERSION/configure \
    1.29  		--program-prefix=$TOOLPREFIX \
    1.30  		--prefix=/usr \