wok diff binutils/receipt @ rev 5575

linux-netfilter: don't pack ipv6 module
author Akim Bey <gokhlayeh@mailoo.org>
date Sat May 15 14:41:17 2010 +0000 (2010-05-15)
parents 4273e906522b
children fdcef0b5e0c7
line diff
     1.1 --- a/binutils/receipt	Tue Feb 16 11:40:35 2010 +0000
     1.2 +++ b/binutils/receipt	Sat May 15 14:41:17 2010 +0000
     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 \